DROP FILE ALL 句が指定されているかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property IsDropAll As Boolean
Get
Set
'使用
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);
}
member IsDropAll : bool with get, set
function get IsDropAll () : boolean
function set IsDropAll (value : boolean)
プロパティ値
型: System.Boolean
DROP FILE ALL 句が指定されている場合は true、それ以外の場合は false。