ExecutionStatus Property

From DTS Programming

DTS Programming

ExecutionStatus Property

The ExecutionStatus property specifies the status of the step.

Applies To

Step Object Step2 Object

Syntax

object.ExecutionStatus

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

DTSStepExecStatus

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetExecutionStatus(DTSStepExecStatus *pRetVal);

Remarks

Use the step ExecutionStatus to determine whether a step:

  • Is waiting to be executed.

  • Is in progress.

  • Has completed with success or failure.

  • Has been skipped.

See Also

ExecutionResult Property

StepExecutionStatus Property