The NTEventLogging property reports Microsoft® SQL Server™ use of the Microsoft Windows NT® application log.
object.NTEventLogging
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
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.
Boolean
Read-only
HRESULT GetNTEventLogging(LPBOOL pRetVal);