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
'Déclaration
Public ReadOnly Property Detachable As Boolean
Get
'Utilisation
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: Boolean
A Boolean value that specifies whether the database can be detached. If True, the database can be detached.