The ExecutionStatus property specifies the status of the step.
Step Object |
object.ExecutionStatus
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Call Step.ExecutionStatus to determine whether a step is waiting to be executed, is in progress, has completed with success or failure, or has been skipped.
ExecutionStatus must be set to one of the DTSStepExecStatus values.
Read-only
HRESULT GetExecutionStatus(DTSStepExecStatus *pRetVal);