SqlMetadataStore::GetMetadataStoreSerializer Method
Gets an object that serializes and deserializes the metadata store to and from the canonical format.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This object has been disposed or was not initialized correctly. |
The canonical format can be used to interoperate among components of different versions, and to upgrade the metadata store because the provider version has changed. For more information, see Accessing Metadata from Components with Different Versions and Upgrading the Metadata Store Version.
Show: