ExecutionDate Property

DTS Programming

DTS Programming

ExecutionDate Property

The ExecutionDate property specifies the date and time a Data Transformation Services (DTS) package lineage record was written.

Applies To
PackageLineage Object
Syntax

object.ExecutionDate

Part Description
object Expression that evaluates to a PackageLineage object

Data Type

Date

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetExecutionDate(DATE *pRetVal);

See Also

ExecutionTime Property

StartTime Property