共用方式為


OnSelectingChanges 方法

引發 SelectingChanges 事件。

命名空間:  Microsoft.Synchronization.Data
組件:  Microsoft.Synchronization.Data (在 Microsoft.Synchronization.Data.dll 中)

語法

'宣告
Protected Overridable Sub OnSelectingChanges ( _
    value As DbSelectingChangesEventArgs _
)
'用途
Dim value As DbSelectingChangesEventArgs

Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges(
    DbSelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges(
    DbSelectingChangesEventArgs^ value
)
abstract OnSelectingChanges : 
        value:DbSelectingChangesEventArgs -> unit 
override OnSelectingChanges : 
        value:DbSelectingChangesEventArgs -> unit 
protected function OnSelectingChanges(
    value : DbSelectingChangesEventArgs
)

參數

請參閱

參考

RelationalSyncProvider類別

RelationalSyncProvider 成員

Microsoft.Synchronization.Data 命名空間