Udostępnij przez


AuditDestinationType Enumeration

The AuditDestination enumeration contains values that are used to specify the destination, to which the results of a SQL Server Audit are sent.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Deklaracja
Public Enumeration AuditDestinationType
public enum AuditDestinationType
public enum class AuditDestinationType
public enum AuditDestinationType
public enum AuditDestinationType

Members

Member name Description
ApplicationLog The Windows Application event log.
File A file.
SecurityLog Windows Security event log.

Remarks

The results of a SQL Server Audit are sent to a destination, which can be a file, the Windows Security event log, or the Windows Application event log.

The AuditDestinationType is served by the DestinationType property.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.