StepExecutionID Property

DTS Programming

DTS Programming

StepExecutionID Property

The StepExecutionID property specifies a sequence number for the step log record.

Applies To
StepLogRecord Object
Syntax

object.StepExecutionID

Part Description
object Expression that evaluates to a StepLogRecord object

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetStepExecutionID(long *pRetVal);

Remarks

StepExecutionID can be specified as a parameter when enumerating or removing step log records and task log records.

See Also

EnumStepLogRecords Method

EnumTaskLogRecords Method

RemoveStepLogRecords Method

RemoveTaskLogRecords Method

StepExecutionResult Property

StepExecutionStatus Property