共用方式為


ISimpleSyncServices 介面

表示針對使用簡單提供者之複寫所設計的一組服務。

interface ISimpleSyncServices : IUnknown

成員

ISimpleSyncServices 方法 描述

ISimpleSyncServices::Initialize

初始化包含中繼資料與複寫資訊的 ISimpleSyncServices 物件。

ISimpleSyncServices::ResetLocalOnlyDeletes

重設中繼資料,以便在下一次複寫做為來源時,系統會再次列舉本機刪除並當做一般刪除傳播。

ISimpleSyncServices::RemoveItemFromReplica

從複寫中移除項目的中繼資料,但不移除項目本身。在後續的同步處理工作階段期間,此項目將會重新列舉為新建立的項目。

ISimpleSyncServices::BeginRemoveItemsFromReplica

啟動可透過呼叫 RemoveItemFromReplica 移除項目的交易。

ISimpleSyncServices::EndRemoveItemsFromReplica

結束已透過呼叫 RemoveItemFromReplica 移除項目的交易。

ISimpleSyncServices::CleanupDeletedItems

呼叫清除作業,以便從中繼資料存放區中移除與已刪除項目相關聯的任何中繼資料。

ISimpleSyncServices::EnumerateAllLiveItems

針對複寫列舉尚未刪除 (使用一般刪除或本機刪除) 的所有項目。

ISimpleSyncServices::IsItemLastModifiedLocally

傳回上次是否在本機複寫上修改某個項目。

ISimpleSyncServices::SerializeReplicaMetadata

將中繼資料儲存服務存放區的內容序列化至採用標準格式的目的地檔案。

ISimpleSyncServices::DeserializeReplicaMetadata

將標準中繼資料檔案的內容還原序列化至中繼資料儲存服務存放區。

ISimpleSyncServices::GetSerializedReplicaInfo

取得序列化中繼資料的相關資訊,例如與它相關聯之複寫的識別碼。

需求

**標頭:**FullEnumerationProvider.h

請參閱

概念

Sync Framework 簡單提供者元件