DTSTaskExecResult

DTS Programming

DTS Programming

DTSTaskExecResult

The DTSTaskExecResult constants specify the result from the execution of a task.

Constant Value Description
DTSTaskExecResult_Failure 1 Task execution failed.
DTSTaskExecResult_RetryStep 2 Task execution is to be repeated.
DTSTaskExecResult_Success 0 Task execution succeeded.

See Also

Execute Method