Share via


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

声明
Public ReadOnly Property Detachable As Boolean
    Get
用法
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.

See Also

Reference

DacDatabaseInformation Class

Microsoft.SqlServer.Management.Dac Namespace