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.