ExecutionResult Property (DTS)

The ExecutionResult property returns step execution results.

Applies To
Step Object  

Syntax

object.ExecutionResult

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

Remarks

ExecutionResult must be set to one of the DTSStepExecResult values.

Data Type

DTSStepExecResult

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetExecutionResult(DTSStepExecResult *pRetVal);

  


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