DacDatabaseInformation.Droppable Property
Gets a Boolean value that specifies whether the database can be dropped.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property Droppable As Boolean
Get
'Usage
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
Property Value
Type: Boolean
A Boolean value that specifies whether the database can be dropped. If True, the database can be dropped.