DbServerSyncProvider.OnSelectingChanges メソッド
SelectingChanges イベントを発生させます。
名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (microsoft.synchronization.data.server.dll 内)
構文
'宣言
Protected Overridable Sub OnSelectingChanges ( _
value As SelectingChangesEventArgs _
)
'使用
Dim value As SelectingChangesEventArgs
Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges (
SelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges (
SelectingChangesEventArgs^ value
)
protected void OnSelectingChanges (
SelectingChangesEventArgs value
)
protected function OnSelectingChanges (
value : SelectingChangesEventArgs
)
パラメーター
- value
イベント データを格納する SelectingChangesEventArgs オブジェクト。
参照
リファレンス
DbServerSyncProvider クラス
DbServerSyncProvider メンバー
Microsoft.Synchronization.Data.Server 名前空間