RowToParametersTransformer.CreateConfigurationControl 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供可以讓使用者在 RowToParametersTransformer 區域中設定 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
傳回
顯示使用者介面 (UI) 的 ASP.NET 控制項,可以讓使用者設定 RowToParametersTransformer。
備註
網頁元件連線可以靜態或動態建立。 靜態連接定義于 元素內 <StaticConnections>
。 當使用者在網頁中包含連線區域且使用者處於連線模式時,就可以定義動態連線。 建立動態連線時,使用者會透過組態控制項定義連線。 方法 CreateConfigurationControl 會傳回使用者與其互動以定義連線的控制項。
組態控制項會顯示 UI,可讓使用者連接或中斷提供者和取用者的連線,然後從提供者資料列資料選取哪個欄位,以與取用者的欄位資料連線。 控制項會顯示在 ConnectionsZone 區域中。