ExecutionResult Property

DTS Programming

DTS Programming

ExecutionResult Property

The ExecutionResult property returns the step execution result.

Applies To
Step Object Step2 Object
Syntax

object.ExecutionResult

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

Data Type

DTSStepExecResult

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetExecutionResult(DTSStepExecResult *pRetVal);

Remarks

The ExecutionResult value indicates success or failure.

See Also

ExecutionStatus Property

StepExecutionResult Property