IDTSForLoop100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface for the ForLoop process.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | AssignExpression | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an expression to increment or decrement the loop counter. |
![]() | EvalExpression | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the expression that is evaluated on each pass of the loop. |
![]() | InitExpression | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an optional initialization expression. |
| Name | Description | |
|---|---|---|
![]() | Execute(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Runs the application, container, or package as part of a package workflow. |
![]() | Validate(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. |

