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)

适用于