The StepExecutionStatus property returns the status of the logged step execution.
object.StepExecutionStatus
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Read-only
HRESULT GetStepExecutionStatus(DTSStepExecStatus *pRetVal);
Typically, you will see DTSStepExecStat_Completed (4) for StepExecutionStatus logged step execution records.