共用方式為


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 命名空間