SqlSyncAdapterBuilder.ToSyncAdapter méthode ()
Crée un adaptateur de synchronisation pour la table spécifiée dans TableName.
Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)
Syntaxe
'Déclaration
Public Function ToSyncAdapter As SyncAdapter
'Utilisation
Dim instance As SqlSyncAdapterBuilder
Dim returnValue As SyncAdapter
returnValue = instance.ToSyncAdapter
public SyncAdapter ToSyncAdapter ()
public:
SyncAdapter^ ToSyncAdapter ()
public SyncAdapter ToSyncAdapter ()
public function ToSyncAdapter () : SyncAdapter
Valeur de retour
Objet SyncAdapter.
Exemple
Pour obtenir un exemple de code, consultez SqlSyncAdapterBuilder.
Voir aussi
Référence
Classe SqlSyncAdapterBuilder
Membres SqlSyncAdapterBuilder
Espace de noms Microsoft.Synchronization.Data.Server