共用方式為


BaseDataBoundControlDesigner.DataSource 屬性

定義

取得或設定關聯控制項的 DataSource 屬性值。

public:
 property System::String ^ DataSource { System::String ^ get(); void set(System::String ^ value); };
public string DataSource { get; set; }
member this.DataSource : string with get, set
Public Property DataSource As String

屬性值

資料繫結運算式,由衍生自 BaseDataBoundControl 的關聯控制項使用。

備註

屬性 DataSource 是用來陰影 DataSource 與這個設計工具相關聯的類別屬性 BaseDataBoundControl 。 設計工具會將 屬性的值 DataSource 保存為基礎 BaseDataBoundControl 物件所產生標記上的數據系結表達式。

適用於

另請參閱