AlterAssemblyStatement.IsDropAll プロパティ

DROP FILE ALL が指定されている場合は true を返します。それ以外の場合は false を返します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property IsDropAll As Boolean
'使用
Dim instance As AlterAssemblyStatement
Dim value As Boolean

value = instance.IsDropAll

instance.IsDropAll = value
public bool IsDropAll { get; set; }
public:
property bool IsDropAll {
    bool get ();
    void set (bool value);
}
public function get IsDropAll () : boolean
public function set IsDropAll (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

AlterAssemblyStatement クラス

AlterAssemblyStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間