DTSStepScriptResult constants specify return code from an ActiveXScriptTask object associated with a step that indicates flow of control for task execution.
Constant | Value | Description |
---|---|---|
DTSStepScriptResult_DontExecuteTask | 1 | Do not execute task. |
DTSStepScriptResult_ExecuteTask | 0 | Execute task. |
DTSStepScriptResult_RetryLater | 2 | Retry execution later. |