Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.