DTSStepScriptResult

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.

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.