ExecutionStatus Property (DTS)

The ExecutionStatus property specifies the status of the step.

Applies To
Step Object  

Syntax

object.ExecutionStatus

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

Remarks

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.

Data Type

DTSStepExecStatus

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetExecutionStatus(DTSStepExecStatus *pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.