Partager via


ISqlDatabaseOptions.IsAutoCloseOn, propriété

Obtient ou définit une valeur indiquant si AutoClose est activé.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms