RowToFieldTransformer.CreateConfigurationControl 方法

定義

顯示在 RowToFieldTransformer 區域中設定 ConnectionsZone 轉換程式的 ASP.NET 控制項。

public:
 override System::Web::UI::Control ^ CreateConfigurationControl();
public override System.Web.UI.Control CreateConfigurationControl ();
override this.CreateConfigurationControl : unit -> System.Web.UI.Control
Public Overrides Function CreateConfigurationControl () As Control

傳回

設定 RowToFieldTransformer 的 ASP.NET 控制項。

備註

網頁元件連線可以靜態或動態建立。 靜態連接會在 標記內 <StaticConnections> 定義。 當使用者在網頁中包含連線區域且使用者處於連線模式時,就可以定義動態連線。 建立動態連線時,使用者會透過組態控制項定義連線。 方法 CreateConfigurationControl 會傳回使用者與其互動以定義連線的控制項。

物件的組態控制項 RowToFieldTransformer 可讓使用者連接或中斷提供者和取用者的連線,然後從提供者資料列選取哪個欄位,以與取用者的資料欄位連線。 其會顯示在連線區域中。 將會儲存使用者的組態設定,並在下一次造訪時載入。

適用於