INavigationContext 接口

定义

提供对象浏览器层级中某个节点的信息。

public interface class INavigationContext : IEquatable<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^>, IServiceProvider, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation
public interface INavigationContext : IEquatable<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext>, IServiceProvider, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
type INavigationContext = interface
    interface INodeInformation
    interface INodeContext
    interface IServiceProvider
    interface IEquatable<INavigationContext>
Public Interface INavigationContext
Implements IEquatable(Of INavigationContext), INodeInformation, IServiceProvider
实现

属性

名称 说明
Connection

获取或设置连接信息。

(继承自 INodeContext)
Context

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

(继承自 INodeContext)
Hierarchy

获取节点关联的层级结构。

(继承自 INodeInformation)
InvariantName

它能获得统一资源名称(URN)密钥的所有部分。

(继承自 INodeInformation)
Item[String]

获取节点的属性包。

(继承自 INodeInformation)
Name

获取节点的说明。

(继承自 INodeInformation)
NavigationContext

能理解导航的上下文。

(继承自 INodeContext)
Parent

获取父节点。

(继承自 INodeInformation)
UrnPath

获得当前上下文的骨架路径。

(继承自 INodeContext)
ViewIdentity

获取用于查询导航服务视图的视图身份。

方法

名称 说明
CreateObjectInstance()

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

(继承自 INodeContext)

适用于