IHierarchyNodeBuilder Interface
Represents an interface used by the object explorer to build nodes that will be displayed.
This API is not CLS-compliant.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | Build(INodeInformation^) | 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. |
Show:
