DependencyTree.Roots Propiedad
Gets or sets the collection of root nodes.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The collection of root nodes.