0
votes

I tried to choose Foreach From Variable Enumerator, but this Message thrown in for eachloop container set:

enter image description here

What Im trying to achieve: execute a script task (run succesfully) to put list object to dtsVariable (Object type) and then use the same variable to run in the foreach loop container.

1

1 Answers

0
votes

You could store your list as a variable of Datatype 'Object' in SSIS. Then you could use a Foreach ADO Enumerator in the Foreach loop container to increment the variable.

If this is a helpful idea it is explained in depth at the link below: http://www.codeproject.com/Articles/14341/Using-the-Foreach-ADO-Enumerator-in-SSIS