Propriedade do RDL DependencyTree.Roots

Gets or sets the collection of root nodes.

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

Sintaxe

'Declaração
Protected Friend Property Roots As DependencyChainCollection 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

DependencyTree Classe

Namespace Microsoft.SqlServer.Management.Smo