Proprietà Droppable
Gets a Boolean value that specifies whether the database can be dropped.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Droppable As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the database can be dropped. If True, the database can be dropped.
Vedere anche