BaseDataBoundControlDesigner.ConnectToDataSource 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,一般是從先前的資料來源取消攔截事件,然後附加新事件至新的資料來源。
protected:
abstract bool ConnectToDataSource();
protected abstract bool ConnectToDataSource ();
abstract member ConnectToDataSource : unit -> bool
Protected MustOverride Function ConnectToDataSource () As Boolean
傳回
一般來說,如果執行連接至新的資料來源,則為 true
;如果新舊資料來源都相同,則為 false
。
備註
方法的實作 ConnectToDataSource 通常牽涉到從先前數據源取消擷取事件,然後將新事件附加至新的數據源。