AuditDestinationType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定審計的目的地類型
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AuditDestinationTypeConverter))]
public enum AuditDestinationType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AuditDestinationTypeConverter))>]
type AuditDestinationType =
Public Enum AuditDestinationType
- 繼承
-
AuditDestinationType
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| File | 0 | 寫入檔案 |
| SecurityLog | 1 | 寫入安全日誌 |
| ApplicationLog | 2 | 寫入應用程式日誌 |
| Url | 3 | 寫入至 URL |
| ExternalMonitor | 4 | 寫信給EXTERNAL_MONITOR |
| Unknown | 100 | 此審計的目的地類型尚不明確 |