LogFileName Property (DTS)

The LogFileName property specifies the name of the log file.

Applies To
Package 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

Remarks

If LogFileName is specified, Package error entries are copied to this file.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetLogFileName(BSTR *pRetVal);

HRESULT SetLogFileName(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.