IExplorerRootNode.InitializeRootNode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepares the state of the root node for a hierarchy in Explorer.
public:
void InitializeRootNode(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchy ^ hierarchy, IServiceProvider ^ serviceProvider);
public void InitializeRootNode (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchy hierarchy, IServiceProvider serviceProvider);
abstract member InitializeRootNode : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchy * IServiceProvider -> unit
Public Sub InitializeRootNode (hierarchy As IExplorerHierarchy, serviceProvider As IServiceProvider)
Parameters
- hierarchy
- IExplorerHierarchy
The structure of the site map of Explorer.
- serviceProvider
- IServiceProvider
The mechanism that provides the service for an object.