HierarchyTreeNode.Root Property

 

Applies To: SQL Server 2016 Preview

Gets the root of the hierarchy.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

public HierarchyTreeNode Root { get; }
public:
property HierarchyTreeNode^ Root {
    HierarchyTreeNode^ get();
}
member Root : HierarchyTreeNode with get
Public ReadOnly Property Root As HierarchyTreeNode

Property Value

Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.HierarchyTreeNode

Returns the root of the hierarchy.

See Also

HierarchyTreeNode Class
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top