Share via


SqlSyncAdapterBuilder.ToSyncAdapter Method

Creates a synchronization adapter for the table specified in TableName.

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

Return Value

Type: Microsoft.Synchronization.Data.Server.SyncAdapter
A SyncAdapter object.

Examples

For a code example, see SqlSyncAdapterBuilder.

See Also

Reference

SqlSyncAdapterBuilder Class

ToSyncAdapter Overload

Microsoft.Synchronization.Data.Server Namespace