ISyncMetadataStore2 Interface

Represents the additional capabilities of a metadata store.


interface ISyncMetadataStore2 : ISyncMetadataStore

ISyncMetadataStore2 method

Description

ISyncMetadataStore2::GetSingleReplicaMetadata

Gets the metadata for the single replica that is contained in the metadata store.

ISyncMetadataStore2::RemoveReplicaMetadata

Removes all metadata that is associated with the specified replica.

ISyncMetadataStore2::SetMetadataStoreUpgradeNotificationCallback

Registers a callback interface that receives notifications about metadata store file format upgrades.

Sync Framework provides a complete implementation of this interface. To obtain an object of this type, pass IID_ISyncMetadataStore2 to the QueryInterface method of an ISqlSyncMetadataStore object.

Header: Metastore.h

Show: