Condividi tramite


Proprietà ISqlDatabaseOptions.IsOffline

Ottiene o imposta un valore che indica se lo stato del database è impostato su OFFLINE.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlDatabaseOptions Interfaccia

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