OnFailureAction Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the action that needs to be taken when the audit sink cannot perform the write
C#
public enum OnFailureAction
type OnFailureAction =
Public Enum OnFailureAction
- Inheritance
-
OnFailureAction
Name | Value | Description |
---|---|---|
Continue | 0 | Audit should continue running |
Shutdown | 1 | Audit should shut down |
FailOperation | 2 | User operation causing failure will fail. No event loss |
Termék | Verziók |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |