INodeInformation 接口

定义

为对象资源管理器层次结构中的节点提供信息。

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
派生
实现

属性

Connection

获取或设置连接信息。

(继承自 INodeContext)
Context

获取或设置节点的枚举器统一资源名称 (URN)。

(继承自 INodeContext)
Hierarchy

获取与节点关联的层次结构。

InvariantName

获取统一资源名称 (URN) 键的所有部分。

Item[String]

获取节点的属性包。

Name

获取节点的标题。

NavigationContext

获取导航的上下文。

(继承自 INodeContext)
Parent

获取父节点。

UrnPath

获取当前上下文的主干路径。

(继承自 INodeContext)

方法

CreateObjectInstance()

创建由上下文和连接属性定义的对象的实例。

(继承自 INodeContext)

适用于