Freigeben über


RelationalSyncProvider.ApplyingChanges-Ereignis

Tritt während des Hochladens auf, nachdem eine Verbindung mit der Datenbank hergestellt, aber bevor Änderungen angewendet wurden.

Dieses Ereignis ist nicht CLS-kompatibel.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Event ApplyingChanges As EventHandler(Of DbApplyingChangesEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbApplyingChangesEventArgs)

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

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

Siehe auch

Verweis

RelationalSyncProvider-Klasse
RelationalSyncProvider-Member
Microsoft.Synchronization.Data-Namespace