INodeInformation Interface

Definition

Provides the information for a node in the object explorer hierarchy.

public interface class INodeInformation : IServiceProvider, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeContext
public interface INodeInformation : IServiceProvider, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeContext
type INodeInformation = interface
    interface INodeContext
    interface IServiceProvider
Public Interface INodeInformation
Implements INodeContext, IServiceProvider
Derived
Implements

Properties

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[String]

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)

Methods

CreateObjectInstance()

Creates an instance of the object that is defined by the context and connection properties.

(Inherited from INodeContext)

Applies to