SqlSyncAdapterBuilder.ToSyncAdapter 方法 ()

TableName 中指定的表创建同步适配器。

命名空间: Microsoft.Synchronization.Data.Server
程序集: Microsoft.Synchronization.Data.Server(在 microsoft.synchronization.data.server.dll 中)

语法

声明
Public Function ToSyncAdapter As SyncAdapter
用法
Dim instance As SqlSyncAdapterBuilder
Dim returnValue As SyncAdapter

returnValue = instance.ToSyncAdapter
public SyncAdapter ToSyncAdapter ()
public:
SyncAdapter^ ToSyncAdapter ()
public SyncAdapter ToSyncAdapter ()
public function ToSyncAdapter () : SyncAdapter

返回值

一个 SyncAdapter 对象。

示例

有关代码示例,请参见 SqlSyncAdapterBuilder

请参阅

参考

SqlSyncAdapterBuilder 类
SqlSyncAdapterBuilder 成员
Microsoft.Synchronization.Data.Server 命名空间