For Loop Editor
Use the For Loop page of the For Loop Editor dialog box to configure a loop that repeats a workflow until a specified condition evaluates to false.
To learn about the For Loop container and how to use it in packages, see For Loop Container.
Options
- InitExpression
Optionally, provide an expression that initializes values used by the loop.
- EvalExpression
Provide an expression to evaluate whether the loop should stop or continue.
- AssignExpression
Optionally, provide an expression that changes a condition each time that the loop repeats.
Name
Provide a unique name for the For Loop container. This name is used as the label in the task icon.Note
Object names must be unique within a package.
- Description
Provide a description of the For Loop container.
See Also
Reference
Other Resources
Integration Services Error and Message Reference
Foreach Loop Container
How to: Configure a For Loop Container