IHierarchyNodeBuilder Interface
SQL Server 2012
Represents an interface used by the object explorer to build nodes that will be displayed.
This API is not CLS-compliant. The CLS-compliant alternative is [false]. Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
The IHierarchyNodeBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Build | Defines a method that builds all hierarchy nodes that the object represents. |
![]() | EnumChildren | Retrieves the hierarchy node builders that the object contains. |
![]() | GetCount(INodeInformation) | Retrieves the number of nodes that the object represents. |
![]() | GetCount(INodeInformation, Int32) | Retrieves the number of nodes in the object with the specified source and depth. |

