OnFailureAction 枚举

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration OnFailureAction
用法
Dim instance As OnFailureAction
public enum OnFailureAction
public enum class OnFailureAction
type OnFailureAction
public enum OnFailureAction

成员

成员名称 说明
Continue The audit continues despite the failure.
FailOperation The user operation fails with no event loss.
Shutdown The audit stops because of a failure.

注释

The OnFailureAction enumeration class is served by the Audit class.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间