SqlCeClientSyncProvider.GetChanges 方法 (String)

获取自上次调用 SynchronizeAcceptChanges 以来客户端处的指定表发生的插入、更新和删除。

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

语法

声明
Public Function GetChanges ( _
    tableName As String _
) As SyncContext
用法
Dim instance As SqlCeClientSyncProvider
Dim tableName As String
Dim returnValue As SyncContext

returnValue = instance.GetChanges(tableName)
public SyncContext GetChanges (
    string tableName
)
public:
SyncContext^ GetChanges (
    String^ tableName
)
public SyncContext GetChanges (
    String tableName
)
public function GetChanges (
    tableName : String
) : SyncContext

参数

  • tableName
    要获取变更的客户端数据库中的表。

返回值

包含同步会话的数据变更、定位点值和其他元数据的 SyncContext 对象。

请参阅

参考

SqlCeClientSyncProvider 类
SqlCeClientSyncProvider 成员
Microsoft.Synchronization.Data.SqlServerCe 命名空间