DependencyTree.Roots Property

Gets or sets the collection of root nodes.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Friend Property Roots As DependencyChainCollection 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The collection of root nodes.

See Also

Reference

DependencyTree Class

Microsoft.SqlServer.Management.Smo Namespace