Chapter 15Looping and Foreach Enumerators
IN THIS CHAPTER
The For
Loop
The Foreach
Loop
Stock Foreach
Enumerators
Integration Services supports looping intrinsically with two containers called the For Loop
and the Foreach Loop
. These containers provide a way to repeatedly execute the same workflow in a controlled way. The For Loop
uses expressions to determine when the loop should terminate. The Foreach Loop
executes the body of the ...
Get Microsoft® SQL Server™ 2008 Integration Services Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.