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

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

Item[String]

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

Name

ノードのキャプションを受け取る。

NavigationContext

ナビゲーションの文脈を把握できます。

(継承元 INodeContext)
Parent

親ノードを取得します。

UrnPath

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

(継承元 INodeContext)

メソッド

名前 説明
CreateObjectInstance()

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

(継承元 INodeContext)

適用対象