Compartilhar via


Método RelationalSyncProvider.OnChangesSelected

Gera o evento ChangesSelected.

Este método não é compatível com CLS.  

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

Sintaxe

'Declaração
Protected Overridable Sub OnChangesSelected ( _
    value As DbChangesSelectedEventArgs _
)
'Uso
Dim value As DbChangesSelectedEventArgs

Me.OnChangesSelected(value)
protected virtual void OnChangesSelected (
    DbChangesSelectedEventArgs value
)
protected:
virtual void OnChangesSelected (
    DbChangesSelectedEventArgs^ value
)
protected void OnChangesSelected (
    DbChangesSelectedEventArgs value
)
protected function OnChangesSelected (
    value : DbChangesSelectedEventArgs
)

Parâmetros

Consulte também

Referência

Classe RelationalSyncProvider
Membros RelationalSyncProvider
Namespace Microsoft.Synchronization.Data