次の方法で共有


Droppable プロパティ

データベースが削除可能かどうかを示す Boolean 値を取得します。

名前空間:  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
データベースが削除可能かどうかを示す Boolean 値。True の場合、データベースは削除可能です。