Свойство 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