次の方法で共有


DropAssemblyStatement.WithNoDependents プロパティ

WITH NO DEPENDENTS が定義されているかどうかを示す値を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property WithNoDependents As Boolean 
    Get 
    Set
'使用
Dim instance As DropAssemblyStatement 
Dim value As Boolean 

value = instance.WithNoDependents

instance.WithNoDependents = value
public bool WithNoDependents { get; set; }
public:
property bool WithNoDependents {
    bool get ();
    void set (bool value);
}
member WithNoDependents : bool with get, set
function get WithNoDependents () : boolean 
function set WithNoDependents (value : boolean)

プロパティ値

型: System.Boolean
WITH NO DEPENDENTS が定義されている場合は true、それ以外の場合は false。

関連項目

参照

DropAssemblyStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間