Detachable 属性

Reports whether the database can be detached.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
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

属性值

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