Share via


OnFailureAction Enum

Definition

Specifies the action that needs to be taken when the audit sink cannot perform the write

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
Inheritance
OnFailureAction
Attributes

Fields

Name Value Description
Continue 0

Audit should continue running

Shutdown 1

Audit should shut down

FailOperation 2

User operation causing failure will fail. No event loss

Applies to