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
衍生
實作

屬性

名稱 Description
Connection

取得或設定連線資訊。

(繼承來源 INodeContext)
Context

取得或設定列舉器節點的統一資源名稱(URN)。

(繼承來源 INodeContext)
Hierarchy

取得節點相關的階層結構。

InvariantName

取得統一資源名稱(URN)金鑰的所有部分。

Item[String]

取得節點的屬性包。

Name

取得節點的說明文字。

NavigationContext

能掌握導航的上下文。

(繼承來源 INodeContext)
Parent

取得父節點。

UrnPath

取得目前上下文的骨架路徑。

(繼承來源 INodeContext)

方法

名稱 Description
CreateObjectInstance()

建立一個由上下文與連結屬性定義的物件實例。

(繼承來源 INodeContext)

適用於