共用方式為


DropAssemblyStatement.WithNoDependents 屬性

Gets or sets whether WITH NO DEPENDENTS is defined.

命名空間:  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
True if WITH NO DEPENDENTS is defined; otherwise, false.

請參閱

參考

DropAssemblyStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間