Свойство OnFailureAuditOption.OnFailureAction

Gets or sets the failure action whether to continue or stop instance writing to the target.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property OnFailureAction As AuditFailureActionType 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: 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.

См. также

Справочник

OnFailureAuditOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom