Condividi tramite


Proprietà ISqlDatabaseOptions.IsAutoCloseOn

Ottiene o imposta un valore che indica se l'opzione AutoClose è abilitata.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlDatabaseOptions Interfaccia

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