Énumération OnFailureAction
Specifies the action that needs to be taken when the audit sink cannot perform the write.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration OnFailureAction
'Utilisation
Dim instance As OnFailureAction
public enum OnFailureAction
public enum class OnFailureAction
type OnFailureAction
public enum OnFailureAction
Membres
Nom de membre | 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. |
Notes
The OnFailureAction enumeration class is served by the Audit class.