Classe ServerSyncProvider
Extrait un fournisseur de synchronisation serveur générique qui communique avec le magasin de données serveur et qui protège l'agent de synchronisation contre l'implémentation spécifique de ce magasin de données.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public MustInherit Class ServerSyncProvider
Inherits SyncProvider
Implements IDisposable
'Utilisation
Dim instance As ServerSyncProvider
public abstract class ServerSyncProvider : SyncProvider, IDisposable
public ref class ServerSyncProvider abstract : public SyncProvider, IDisposable
public abstract class ServerSyncProvider extends SyncProvider implements IDisposable
public abstract class ServerSyncProvider extends SyncProvider implements IDisposable
Hiérarchie d'héritage
System.Object
Microsoft.Synchronization.SyncProvider
Microsoft.Synchronization.Data.ServerSyncProvider
Microsoft.Synchronization.Data.Server.DbServerSyncProvider
Microsoft.Synchronization.Data.ServerSyncProviderProxy
Sécurité des threads
Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi
Référence
Membres ServerSyncProvider
Espace de noms Microsoft.Synchronization.Data