StartTime Property

DTS Programming

DTS Programming

StartTime Property

The StartTime property specifies when the Data Transformation Services (DTS) package or step execution started.

Applies To
PackageLogRecord Object StepLineage Object
Step Object StepLogRecord Object
Step2 Object  
Syntax

object.StartTime

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

Data Type

Date

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetStartTime(DATE *pRetVal);

See Also

ExecutionTime Property

FinishTime Property