DTS Programming
LogFileName Property
The LogFileName property specifies the name and path of the error log file.
Applies To
| Package Object | Package2 Object |
Syntax
object.LogFileName [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Name of the log file |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetLogFileName(BSTR *pRetVal);
HRESULT SetLogFileName(BSTR NewValue);
Remarks
If LogFileName is specified, Data Transformation Services (DTS) package error entries are copied to this file.