Описание тега foreach-loop-container

Questions about the SQL Server Integration Services (SSIS) "foreach loop container"

The SQL Server Integration Services (SSIS) "foreach loop container"...

...defines a repeating control flow in a package. The loop implementation is similar to Foreach looping structure in programming languages. In a package, looping is enabled by using a Foreach enumerator. The Foreach Loop container repeats the control flow for each member of a specified enumerator.

This is not for general questions about foreach loops.