OnFailureAction 枚举
The OnFailureAction enumeration contains values that specify the action to be taken when an audit fails.
命名空间: 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. | |
Shutdown | The audit stops because of a failure. |