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)

适用于