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 命名空间