Свойство Droppable
Gets a Boolean value that specifies whether the database can be dropped.
Пространство имен: Microsoft.SqlServer.Management.Dac
Сборка: Microsoft.SqlServer.Management.Dac (в Microsoft.SqlServer.Management.Dac.dll)
Синтаксис
'Декларация
Public ReadOnly Property Droppable As Boolean
Get
'Применение
Dim instance As DacDatabaseInformation
Dim value As Boolean
value = instance.Droppable
public bool Droppable { get; }
public:
property bool Droppable {
bool get ();
}
member Droppable : bool
function get Droppable () : boolean
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value that specifies whether the database can be dropped. If True, the database can be dropped.
См. также