共用方式為


DbServerSyncProvider.SelectingChanges 事件

從伺服器針對同步處理群組選取要套用到用戶端的所有變更之前發生。

命名空間: Microsoft.Synchronization.Data.Server
組件: Microsoft.Synchronization.Data.Server (在 microsoft.synchronization.data.server.dll)

語法

'宣告
Public Event SelectingChanges As EventHandler(Of SelectingChangesEventArgs)
'用途
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of SelectingChangesEventArgs)

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

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

請參閱

參考

DbServerSyncProvider 類別
DbServerSyncProvider 成員
Microsoft.Synchronization.Data.Server 命名空間