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
成員
成員名稱 | 說明 | |
---|---|---|
File | A file. | |
SecurityLog | Windows Security event log. | |
ApplicationLog | The Windows Application 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.