DTS Programming
StepExecutionStatus Property
The StepExecutionStatus property returns the status of the logged step execution.
Applies To
| StepLineage Object | StepLogRecord Object |
Syntax
object.StepExecutionStatus
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetStepExecutionStatus(DTSStepExecStatus *pRetVal);
Remarks
Typically, you will see DTSStepExecStat_Completed (4) for StepExecutionStatus logged step execution records.