共用方式為


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.