RelationalSyncProvider.SelectingChanges イベント

データベースへの接続後、変更を選択する前に、ダウンロード中に発生します。

このイベントは、CLS に準拠していません。  

名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (microsoft.synchronization.data.dll 内)

構文

'宣言
Public Event SelectingChanges As EventHandler(Of DbSelectingChangesEventArgs)
'使用
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbSelectingChangesEventArgs)

AddHandler instance.SelectingChanges, handler
public event EventHandler<DbSelectingChangesEventArgs> SelectingChanges
public:
event EventHandler<DbSelectingChangesEventArgs^>^ SelectingChanges {
    void add (EventHandler<DbSelectingChangesEventArgs^>^ value);
    void remove (EventHandler<DbSelectingChangesEventArgs^>^ value);
}
/** @event */
public void add_SelectingChanges (EventHandler<DbSelectingChangesEventArgs> value)

/** @event */
public void remove_SelectingChanges (EventHandler<DbSelectingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

参照

リファレンス

RelationalSyncProvider クラス
RelationalSyncProvider メンバー
Microsoft.Synchronization.Data 名前空間