共用方式為


IDataEnvironment 介面

定義

定義資料服務的介面,允許控制項設計開發人員將資料存放區或資料庫相關功能整合到設計環境。

public interface class IDataEnvironment
public interface IDataEnvironment
type IDataEnvironment = interface
Public Interface IDataEnvironment

備註

實作 介面的物件 IDataEnvironment 可以在設計時間存取應用程式可用的數據連線。 介面 IDataEnvironment 提供方法來列出可用的數據連線、建立新的數據連線、從連接擷取架構資訊,以及將數據聯機組態資訊儲存至應用程式的組態檔。

介面 IDataEnvironment 可讓您在設計環境中與數據連線互動,但不適合做為數據管理 API。

屬性

Connections

取得目前設計工作階段中所定義的資料連接集合。

方法

BuildConnection(IWin32Window, DesignerDataConnection)

使用設計工具的新連接使用者介面,建立新資料連接或編輯現有的連接。

BuildQuery(IWin32Window, DesignerDataConnection, QueryBuilderMode, String)

啟動對話方塊以建置 SQL 查詢字串。

ConfigureConnection(IWin32Window, DesignerDataConnection, String)

將連接字串寫入應用程式組態檔。

GetCodeExpression(DesignerDataConnection)

傳回程式碼運算式,其中包含從應用程式組態檔中擷取連接字串時所需的原始程式碼。

GetConnectionSchema(DesignerDataConnection)

取得指定之資料連接的結構描述。

GetDesignTimeConnection(DesignerDataConnection)

取得設計階段可使用的資料庫連接。

適用於