หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the action that needs to be taken when the audit sink cannot perform the write.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration OnFailureAction
'Usage
Dim instance As OnFailureAction
public enum OnFailureAction
public enum class OnFailureAction
type OnFailureAction
public enum OnFailureAction
Members
| Member name | Description | |
|---|---|---|
| Continue | The audit continues despite the failure. | |
| FailOperation | The user operation fails with no event loss. | |
| Shutdown | The audit stops because of a failure. |
Remarks
The OnFailureAction enumeration class is served by the Audit class.