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

(継承元 INodeContext)
Hierarchy

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

InvariantName

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

Item[String]

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

Name

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

NavigationContext

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

(継承元 INodeContext)
Parent

親ノードを取得します。

UrnPath

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

(継承元 INodeContext)

メソッド

CreateObjectInstance()

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

(継承元 INodeContext)

適用対象