Proprietà ISql100ServerAudit.DoShutdownOnFailure

Ottiene o imposta un valore che indica se l'opzione ON_FAILURE è SHUTDOWN.

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

Sintassi

'Dichiarazione
Property DoShutdownOnFailure As Boolean
    Get
    Set
bool DoShutdownOnFailure { get; set; }
property bool DoShutdownOnFailure {
    bool get ();
    void set (bool value);
}
abstract DoShutdownOnFailure : bool with get, set
function get DoShutdownOnFailure () : boolean
function set DoShutdownOnFailure (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100ServerAudit Interfaccia

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