StepExecutionResult Property

From DTS Programming

DTS Programming

StepExecutionResult Property

The StepExecutionResult property returns the result of the logged step execution.

Applies To

StepLineage Object StepLogRecord Object

Syntax

object.StepExecutionResult

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

Data Type

DTSStepExecResult

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetStepExecutionResult(DTSStepExecResult *pRetVal);

Remarks

The StepExecutionResult value indicates success or failure of the logged step.

See Also

ExecutionResult Property

ExecutionStatus Property

StepExecutionStatus Property