Condividi tramite


Proprietà OnFailureAuditOption.ShutdownOnFailure

Ottiene o imposta un valore che indica se SHUTDOWN è specificato.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property ShutdownOnFailure As Boolean
    Get
    Set
public bool ShutdownOnFailure { get; set; }
public:
property bool ShutdownOnFailure {
    bool get ();
    void set (bool value);
}
member ShutdownOnFailure : bool with get, set
function get ShutdownOnFailure () : boolean
function set ShutdownOnFailure (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se SHUTDOWN è specificato; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OnFailureAuditOption Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql