Свойство 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.
См. также