NTEventLogging Property (SQL-DMO)

The NTEventLogging property reports Microsoft® SQL Server™ use of the Microsoft Windows NT® application log.

Applies To

Registry Object

Syntax

object.NTEventLogging

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

Remarks

If True, SQL Server sends all events to the Windows NT application log and the SQL Server error log.

If False, SQL Server sends events only to the SQL Server error log.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetNTEventLogging(LPBOOL pRetVal);

  


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