Partilhar via


Propriedade ISqlDatabaseOptions.IsAutoCloseOn

Obtém ou define um valor que indica se o AutoClose está ativado.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlDatabaseOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel