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. |