從用戶端上指定的資料表中取得上一次呼叫 Synchronize 或 AcceptChanges 之後發生的插入、更新和刪除。
命名空間: 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 命名空間