Propriété Droppable
Gets a Boolean value that specifies whether the database can be dropped.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Droppable As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value that specifies whether the database can be dropped. If True, the database can be dropped.
Voir aussi