Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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