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 (Uniform Resource Name) を取得または設定します。

(継承元 INodeContext)
Hierarchy

ノードに関連付けられている階層を取得します。

(継承元 INodeInformation)
InvariantName

URN (Uniform Resource Name) キーのすべての部分を取得します。

(継承元 INodeInformation)
Item[String]

ノードのプロパティ バッグを取得します。

(継承元 INodeInformation)
Name

ノードのキャプションを取得します。

(継承元 INodeInformation)
NavigationContext

ナビゲーションのコンテキストを取得します。

(継承元 INodeContext)
Parent

親ノードを取得します。

(継承元 INodeInformation)
UrnPath

現在のコンテキストのスケルトン パスを取得します。

(継承元 INodeContext)
ViewIdentity

ナビゲーション サービスからビューをクエリするために使用するビュー ID を取得します。

メソッド

CreateObjectInstance()

コンテキストと接続プロパティによって定義されるオブジェクトのインスタンスを作成します。

(継承元 INodeContext)

適用対象