Share via


ISqlDatabaseOptions.IsAutoCloseOn Property

Gets or sets a value that indicates whether AutoClose is enabled.

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

Syntax

'Declaration
Property IsAutoCloseOn As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace