Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the failure action whether to continue or stop instance writing to the target.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OnFailureAction As AuditFailureActionType
Get
Set
'Usage
Dim instance As OnFailureAuditOption
Dim value As AuditFailureActionType
value = instance.OnFailureAction
instance.OnFailureAction = value
public AuditFailureActionType OnFailureAction { get; set; }
public:
property AuditFailureActionType OnFailureAction {
AuditFailureActionType get ();
void set (AuditFailureActionType value);
}
member OnFailureAction : AuditFailureActionType with get, set
function get OnFailureAction () : AuditFailureActionType
function set OnFailureAction (value : AuditFailureActionType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AuditFailureActionType
One of the enumeration values of the AuditFailureActionType that specifies the actions in case the target cannot perform the write.