The LogFileName property specifies the name of the log file.
Package Object |
object.LogFileName [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Name of the log file |
If LogFileName is specified, Package error entries are copied to this file.
String
Read/write
HRESULT GetLogFileName(BSTR *pRetVal);
HRESULT SetLogFileName(BSTR NewValue);