Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Raises the ApplyingChanges event.
This method is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyingChanges ( _
value As DbApplyingChangesEventArgs _
)
'Usage
Dim value As DbApplyingChangesEventArgs
Me.OnApplyingChanges(value)
protected virtual void OnApplyingChanges (
DbApplyingChangesEventArgs value
)
protected:
virtual void OnApplyingChanges (
DbApplyingChangesEventArgs^ value
)
protected void OnApplyingChanges (
DbApplyingChangesEventArgs value
)
protected function OnApplyingChanges (
value : DbApplyingChangesEventArgs
)
Parameters
- value
An ApplyingChangesEventArgs object that contains event data.
See Also
Reference
RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace