No announcements
Found 2752100 threads
-
3 Votes
loop over all variables to change an variable property
Note: It's not possible to loop through all variables without selecting them all as readwrite or readonly variables in The Script Task ...Answered | 7 Replies | 1853 Views | Created by selcer - Friday, January 25, 2013 5:24 PM | Last reply by SSISJoost - Thursday, January 31, 2013 2:25 PM -
2 Votes
Is there a way to loop over member variables in a C# class?
Reflection considers fields and properties to be separate things, so if you also want to loop through the properties you need to iterate over the results of ...Answered | 3 Replies | 29210 Views | Created by Owen Ransen - Friday, May 16, 2014 11:53 AM | Last reply by Rod Stephens - Friday, May 16, 2014 6:40 PM -
0 Votes
set variable in foreach loop
If you have your package structured as a ForEach Loop Container that's configured to iterate over the files in the folder, and to fill a variable ...Answered | 7 Replies | 860 Views | Created by MTL2014 - Wednesday, October 26, 2016 3:10 AM | Last reply by RyanAB - Thursday, October 27, 2016 1:02 AM -
0 Votes
inserting variable into object variable conditionally in for each loop
Try using data flow task in for each loop and save the variable to an object variable using recordset destination.Answered | 5 Replies | 1493 Views | Created by Vision2040 - Friday, May 24, 2013 11:33 AM | Last reply by SSISJoost - Friday, May 24, 2013 8:14 PM -
4 Votes
Dim of a variable inside a for loop
I've been programming for the past 15 years and I always assumed that hitting the next command made all the variables declared within the loop out of scope ...Answered | 9 Replies | 24344 Views | Created by Shirozmk - Tuesday, March 30, 2010 3:38 PM | Last reply by JohnWein - Tuesday, March 30, 2010 10:09 PM -
0 Votes
Variable Mapping of Foreach Loop
Do you want a variable to get incremented until it satisfy a condition?Answered | 2 Replies | 1808 Views | Created by Manju_2012 - Wednesday, December 5, 2012 9:46 AM | Last reply by Eswararao C - Wednesday, December 5, 2012 10:19 AM -
0 Votes
Variable in a For Each Loop
I cannot change it.Answered | 11 Replies | 3764 Views | Created by lekfir - Saturday, January 10, 2009 7:31 PM | Last reply by lekfir - Tuesday, January 13, 2009 2:23 PM -
0 Votes
Using variables in a loop
I said that I created variables.Answered | 9 Replies | 1024 Views | Created by azcactus - Friday, February 14, 2014 7:00 PM | Last reply by azcactus - Monday, February 17, 2014 4:06 PM -
0 Votes
Variable outside a for loop
The loop variable is for controlling the loop - if you exit the loop and want to know which index you exited at, it's better to use a separate ...Answered | 3 Replies | 839 Views | Created by 3shar - Wednesday, November 13, 2013 5:52 PM | Last reply by Dave Doknjas - Wednesday, November 13, 2013 9:24 PM -
1 Votes
Create a new variable in a loop
Examining your example, it looks like a good choice for the number of elements (the "size" of the list) in this scenario might be the number of elements on the other list ...Answered | 4 Replies | 1199 Views | Created by ChadM123456789 - Tuesday, June 24, 2014 3:53 PM | Last reply by Wyck - Wednesday, June 25, 2014 12:39 PM -
0 Votes
For Loop using SSIS Variables
Hi Kdw, According to your description, you want to know how to configure this loop to not fail once the variables stop being populated by the stored procedure, ...Answered | 2 Replies | 1040 Views | Created by siera_gld - Sunday, January 10, 2016 3:46 AM | Last reply by Charlie Liao - Sunday, January 17, 2016 5:47 AM -
0 Votes
BREAK when variable changes?
Definitely more work than simply adding all those Breakpoints. :)Answered | 9 Replies | 971 Views | Created by Mugsy_in_Houston - Tuesday, November 18, 2014 4:24 PM | Last reply by Mugsy_in_Houston - Tuesday, November 18, 2014 8:59 PM -
2 Votes
Multiple variable Foreach loop?
-- i still dont get that once youmake all the files and saved how are you finding the email address for each manager (branch). i dont get that ??????Answered | 4 Replies | 5365 Views | Created by swinimer - Tuesday, August 24, 2010 2:34 PM | Last reply by Nik - Shahriar Nikkhah - Tuesday, August 24, 2010 3:12 PM -
0 Votes
Pass variable to label property
hi there, I have 50 labels on my form which all have the visible property set to False.Answered | 2 Replies | 2917 Views | Created by Jacqui99 - Tuesday, November 29, 2011 11:30 PM | Last reply by Jacqui99 - Wednesday, November 30, 2011 7:32 PM -
1 Votes
Variable Mapping with Foreach loop container
Hi, Before, writing to record set destination, use the data conversion task and change the data types as Arthur suggested.Answered | 2 Replies | 1135 Views | Created by shba - Thursday, March 14, 2013 4:29 PM | Last reply by Harry Bal - Thursday, March 14, 2013 6:51 PM -
0 Votes
For loop variable value question
The parameter is of course a user variable.Answered | 3 Replies | 2990 Views | Created by tom5521 - Thursday, September 1, 2011 4:35 PM | Last reply by Eileen Zhao - Wednesday, September 14, 2011 7:47 AM -
3 Votes
Loop through table records using variable
It works but is not intuitive at all.Answered | 8 Replies | 5059 Views | Created by Sam1980 - Friday, September 24, 2010 1:38 AM | Last reply by Sam1980 - Tuesday, September 28, 2010 5:34 PM -
0 Votes
how can I loop through similar variables
Of course picBox have to set as properties in "this".Answered | 6 Replies | 7212 Views | Created by md347 - Thursday, September 23, 2010 1:27 AM | Last reply by Pantelis44999 - Friday, September 24, 2010 7:42 PM -
0 Votes
Cannot read filename to variable using foreach loop
You need to check the variable scope.Answered | 9 Replies | 3673 Views | Created by hoakey - Tuesday, January 5, 2010 3:23 PM | Last reply by Nik - Shahriar Nikkhah - Tuesday, January 5, 2010 6:25 PM -
0 Votes
Incorrect scope of variable in a while loop
This means you can reference @curCount even after the WHILE loop block END statement.Answered | 3 Replies | 8783 Views | Created by Shashank Hegde - Tuesday, March 29, 2011 12:47 AM | Last reply by Dan Guzman - Saturday, April 2, 2011 7:02 PM - Items 1 to 20 of 2752100 Next ›
No announcements