Expand
DTSStepScriptResult
SQL Server 2000

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.

ConstantValueDescription
DTSStepScriptResult_DontExecuteTask1Do not execute task.
DTSStepScriptResult_ExecuteTask0Execute task.
DTSStepScriptResult_RetryLater2Retry execution later.

See Also

ActiveXScript Property

Step2 Object

Page view tracker