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 ()
public SyncAdapter ToSyncAdapter ()
public function ToSyncAdapter () : SyncAdapter
Return Value
A SyncAdapter object.
Example
For a code example, see SqlSyncAdapterBuilder.
See Also
Reference
SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace