IVsDataExplorerConnection 介面

定義

重要

此 API 不符合 CLS 規範。

表示數據總管連線。

public interface class IVsDataExplorerConnection
[System.CLSCompliant(false)]
public interface IVsDataExplorerConnection
public interface IVsDataExplorerConnection
[<System.CLSCompliant(false)>]
type IVsDataExplorerConnection = interface
type IVsDataExplorerConnection = interface
Public Interface IVsDataExplorerConnection
屬性

屬性

Connection

取得對應至伺服器總管中目前連接節點的數據連線。

ConnectionNode

取得伺服器總管中的目前連接節點。

DisplayName

取得或設定數據連線之根節點的顯示名稱。

EncryptedConnectionString

取得包含數據連接相關信息的加密字串。

Provider

取得伺服器總管連接之 DDEX 提供者的唯一標識碼。

SelectedNodes

取得伺服器總管中目前針對單一伺服器總管連線選取的節點。

Source

取得目前連接節點的數據源。

方法

FindDocumentNode(String)

透過數據檢視階層取得指定的連接節點。

FindDocumentNode(String, Boolean)

透過數據檢視階層取得指定的連接節點。 或者,搜尋未填入的未展開節點。

FindNode(Int32)

根據其標識碼,從伺服器總管擷取連接節點。

FindNode(String)

根據其名稱,從伺服器總管擷取連接節點。

FindNode(String, Boolean)

根據其名稱,從伺服器總管擷取連接節點。 或者,搜尋未填入的未展開節點。

事件

NodeChanged

發生於節點已變更時。

NodeExpandedOrRefreshed

在伺服器總管中展開或重新整理節點時發生。

NodeInserted

在伺服器總管中插入節點時發生。

NodeRemoving

發生在從伺服器總管移除節點之前。

適用於