OnFailureAction Enumeration
Specifies the action that needs to be taken when the audit sink cannot perform the write.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| 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. |
Show: