The WriteCompletionStatusToNTEventLog property specifies whether the completion status of the Data Transformation Services (DTS) package is written to the Microsoft® Windows® application log.
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 |
Boolean
Read/write
HRESULT GetWriteCompletionStatusToNTEventLog(VARIANT_BOOL *pRetVal);
HRESULT SetWriteCompletionStatusToNTEventLog(VARIANT_BOOL NewValue);
The default is TRUE.