Поделиться через


Свойство DependencyTree.DependsOnParents

Gets or sets a value that indicates whether the Dependency Tree depends on parent objects.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Protected Friend Property DependsOnParents As Boolean 
    Get 
    Set
'Применение
Dim value As Boolean 

value = Me.DependsOnParents 

Me.DependsOnParents = value
protected internal bool DependsOnParents { get; set; }
protected public:
property bool DependsOnParents {
    bool get ();
    void set (bool value);
}
member DependsOnParents : bool with get, set
function get DependsOnParents () : boolean 
function set DependsOnParents (value : boolean)

Значение свойства

Тип: System.Boolean
True if the Dependency Tree depends on parent objects; otherwise, false.

См. также

Справочник

DependencyTree Класс

Пространство имен Microsoft.SqlServer.Management.Smo