DacDatabaseInformation.Detachable Property

Reports whether the database can be detached.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property Detachable As Boolean
    Get
'Usage
Dim instance As DacDatabaseInformation
Dim value As Boolean

value = instance.Detachable
public bool Detachable { get; }
public:
property bool Detachable {
    bool get ();
}
member Detachable : bool
function get Detachable () : boolean

Property Value

Type: System.Boolean
A Boolean value that specifies whether the database can be detached. If True, the database can be detached.

See Also

Reference

DacDatabaseInformation Class

Microsoft.SqlServer.Management.Dac Namespace