OnFailureAction 列舉

定義

指定當稽核匯無法執行寫入時需要採取的行動

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

使用者操作導致失敗將失敗。 無事件損失

適用於