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


Свойство DependencyTree.Roots

Gets or sets the collection of root nodes.

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

Синтаксис

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

value = Me.Roots 

Me.Roots = value
protected internal DependencyChainCollection Roots { get; set; }
protected public:
property DependencyChainCollection^ Roots {
    DependencyChainCollection^ get ();
    void set (DependencyChainCollection^ value);
}
member Roots : DependencyChainCollection with get, set
function get Roots () : DependencyChainCollection 
function set Roots (value : DependencyChainCollection)

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

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The collection of root nodes.

См. также

Справочник

DependencyTree Класс

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