IExplorerHierarchy Interface
Represents a collection of nodes that will appear in the tree.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | IsBuilding | Gets a value indicating whether the hierarchy is building. |
![]() | Root | Gets the root node of IExplorerHierarchy. |
| Name | Description | |
|---|---|---|
![]() | PerformAsynchronousBuild(IExplorerHierarchyNode^, BuildChildren^, EventHandler^) | Performs an asynchronous build. |
![]() | StopAllAsynchronousOperations() | Stops any asynchronous operations. |
| Name | Description | |
|---|---|---|
![]() | BeginAsynchronousUpdate | Occurs when user begin an asynchronous update. |
![]() | EndAsynchronousUpdate | Occurs when the user ends an asynchronous update. |
Show:


