ISyncMetadataStore2 Interface
Represents the additional capabilities of a metadata store.
ISyncMetadataStore2 method | Description |
|---|---|
Gets the metadata for the single replica that is contained in the metadata store. | |
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.
Show: