Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the additional capabilities of a metadata store.
interface ISyncMetadataStore2 : ISyncMetadataStore
Members
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. |
Remarks
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.
Requirements
Header: Metastore.h
See Also
Reference
ISqlSyncMetadataStore Interface
ISyncMetadataStore Interface