DTS Programming
LogDate Property
The LogDate property specifies the date and time that the Data Transformation Services (DTS) package log record was written.
Applies To
| PackageLogRecord Object |
Syntax
object.LogDate
| Part | Description |
|---|---|
| object | Expression that evaluates to a PackageLogRecord object |
Data Type
Date
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetLogDate(DATE *pRetVal);