Compartir a través de


SqlCeClientSyncProvider.OnSyncProgress Método

Genera el evento SyncProgress.

Espacio de nombres: Microsoft.Synchronization.Data.SqlServerCe
Ensamblado: Microsoft.Synchronization.Data.SqlServerCe (en microsoft.synchronization.data.sqlserverce.dll)

Sintaxis

'Declaración
Protected Overridable Sub OnSyncProgress ( _
    value As SyncProgressEventArgs _
)
'Uso
Dim value As SyncProgressEventArgs

Me.OnSyncProgress(value)
protected virtual void OnSyncProgress (
    SyncProgressEventArgs value
)
protected:
virtual void OnSyncProgress (
    SyncProgressEventArgs^ value
)
protected void OnSyncProgress (
    SyncProgressEventArgs value
)
protected function OnSyncProgress (
    value : SyncProgressEventArgs
)

Parámetros

Vea también

Referencia

SqlCeClientSyncProvider Clase
SqlCeClientSyncProvider Miembros
Microsoft.Synchronization.Data.SqlServerCe Espacio de nombres