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
属性

フィールド

名前 説明
Continue 0

監査の実行を続行する必要がある

Shutdown 1

監査をシャットダウンする必要がある

FailOperation 2

エラーの原因となったユーザー操作は失敗します。 イベント損失なし

適用対象