BaseDataBoundControlDesigner.DataSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定關聯控制項的 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 物件所產生標記上的數據系結表達式。