AuditDestinationType 열거형

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration AuditDestinationType
‘사용 방법
Dim instance As AuditDestinationType
public enum AuditDestinationType
public enum class AuditDestinationType
type AuditDestinationType
public enum AuditDestinationType

멤버

멤버 이름 설명
ApplicationLog The Windows Application event log.
File A file.
SecurityLog Windows Security event log.

주의

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.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스