Share via


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()
member ToSyncAdapter : unit -> SyncAdapter 
public function ToSyncAdapter() : SyncAdapter

Valeur de retour

Type : Microsoft.Synchronization.Data.Server. . :: . .SyncAdapter
Objet SyncAdapter.

Exemples

Pour obtenir un exemple de code, consultez SqlSyncAdapterBuilder.

Voir aussi

Référence

SqlSyncAdapterBuilder Classe

Membres SqlSyncAdapterBuilder

Surcharge ToSyncAdapter

Espace de noms Microsoft.Synchronization.Data.Server