Can I add multiple strings or string variables to an Object variable in SSIS ?

  • I am learning SSIS 2008. I am not sure if it is like regular OO programming. I was wondering if I can assign multiple String variables to an Object and then make a for loop iterate over these objects and do something. Is this possible ? If yes, then how to do it ?

  • The answer is yes - you can

    The "for each loop" will iterate through various "objects". Personally, being a SQL type person, I would return the strings as a record set and iterate over that in the for each loop. However, there are other types you can iterate over - one of these may be closer to your list of strings.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply