The DTSStepScriptResult constants specify return codes to be used from the Microsoft® ActiveX® scripts associated with package steps. They should not be returned from the scripts associated with an ActiveXScriptTask object or DataPumpTransformScript or DTSTransformScriptProperties2 transformations.
| Constant | Value | Description |
|---|---|---|
| DTSStepScriptResult_DontExecuteTask | 1 | Do not execute task. |
| DTSStepScriptResult_ExecuteTask | 0 | Execute task. |
| DTSStepScriptResult_RetryLater | 2 | Retry execution later. |