INodeInformation Interface
SQL Server 2012
Provides the information for a node in the object explorer hierarchy.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
The INodeInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Connection | Gets or sets the connection information. (Inherited from INodeContext.) |
![]() | Context | Gets or sets the enumerators Uniform Resource Name (URN) for the node. (Inherited from INodeContext.) |
![]() | Hierarchy | Gets the hierarchy associated to the node. |
![]() | InvariantName | Gets all the parts of Uniform Resource Name (URN) key. |
![]() | Item | Gets the property bag for the node. |
![]() | Name | Gets the caption for the node. |
![]() | NavigationContext | Gets the context of the navigation. (Inherited from INodeContext.) |
![]() | Parent | Gets the parent node. |
![]() | UrnPath | Gets the skeleton path for the current context. (Inherited from INodeContext.) |
| Name | Description | |
|---|---|---|
![]() | CreateObjectInstance | Creates an instance of the object that is defined by the context and connection properties. (Inherited from INodeContext.) |
![]() | GetService | (Inherited from IServiceProvider.) |

