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.