WriteCompletionStatusToNTEventLog Property

DTS Programming

DTS Programming

WriteCompletionStatusToNTEventLog Property

The WriteCompletionStatusToNTEventLog property specifies whether the completion status of the Data Transformation Services (DTS) package is written to the Microsoft® Windows® application log.

Applies To
Package Object Package2 Object
Syntax

object.WriteCompletionStatusToNTEventLog [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Boolean that specifies whether package status is written to the Windows application log

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetWriteCompletionStatusToNTEventLog(VARIANT_BOOL *pRetVal);

HRESULT SetWriteCompletionStatusToNTEventLog(VARIANT_BOOL NewValue);

Remarks

The default is TRUE.

See Also

FailOnError Property

FailPackageOnLogFailure Property