Compartilhar via


NTEventLogging Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

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

Sintaxe

object.NTEventLogging

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetNTEventLogging(LPBOOL pRetVal);

Comentários

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

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

Applies To: