WriteCompletionStatusToNTEventLog Property (DTS)

The WriteCompletionStatusToNTEventLog property specifies whether the completion status of the package is written to the Microsoft® Windows NT® application log.

Applies To
Package Object  

Syntax

object.WriteCompletionStatusToNTEventLog

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

The default is True.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetWriteCompletionStatusToNTEventLog(VARIANT_BOOL *pRetVal);

HRESULT SetWriteCompletionStatusToNTEventLog(VARIANT_BOOL NewValue);


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