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 命名空间