DTS Programming
FinishTime Property
The FinishTime property specifies the date and time when the associated object completed its execution.
Applies To
| PackageLogRecord Object | StepLineage Object |
| Step Object | StepLogRecord Object |
| Step2 Object |
Syntax
object.FinishTime
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
Date
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetFinishTime(DATE *pRetVal);