Compartir a través de


ISqlDatabaseOptions.IsAutoCloseOn (Propiedad)

Obtiene o establece un valor que indica si está habilitado el cierre automático.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlDatabaseOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)