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 ChangesApplied 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 OnChangesApplied ( _
value As DbChangesAppliedEventArgs _
)
'Usage
Dim value As DbChangesAppliedEventArgs
Me.OnChangesApplied(value)
protected virtual void OnChangesApplied (
DbChangesAppliedEventArgs value
)
protected:
virtual void OnChangesApplied (
DbChangesAppliedEventArgs^ value
)
protected void OnChangesApplied (
DbChangesAppliedEventArgs value
)
protected function OnChangesApplied (
value : DbChangesAppliedEventArgs
)
Parameters
- value
A DbChangesAppliedEventArgs object that contains event data.
See Also
Reference
RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace