ToSyncAdapter-Methode

Erstellt einen Synchronisierungsadapter für die in TableName angegebene Tabelle.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

Syntax

'Declaration
Public Function ToSyncAdapter As SyncAdapter
'Usage
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

Rückgabewert

Typ: Microsoft.Synchronization.Data.Server. . :: . .SyncAdapter
Ein SyncAdapter-Objekt.

Beispiele

Ein Codebeispiel finden Sie unter SqlSyncAdapterBuilder.

Siehe auch

Verweis

SqlSyncAdapterBuilder Klasse

SqlSyncAdapterBuilder-Member

ToSyncAdapter-Überladung

Microsoft.Synchronization.Data.Server-Namespace