OnFailureAction 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定當稽核匯無法執行寫入時需要採取的行動
public enum OnFailureAction
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AuditOnFailureActionConverter))]
public enum OnFailureAction
type OnFailureAction =
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AuditOnFailureActionConverter))>]
type OnFailureAction =
Public Enum OnFailureAction
- 繼承
-
OnFailureAction
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Continue | 0 | 審計應該繼續進行 |
| Shutdown | 1 | 審計部門應該關閉 |
| FailOperation | 2 | 使用者操作導致失敗將失敗。 無事件損失 |