ISqlSyncMetadataStore::OpenStore
Opens an existing metadata store file and returns a metadata store object that represents it.
This method opens an existing metadata store. To create a new metadata store file, use ISqlSyncMetadataStore::CreateStore.
Security Note |
|---|
The metadata file is not secured against unauthorized access. To help protect the metadata file, the folder that contains it must be properly secured, such as by using a Discretionary Access Control List (DACL). To allow the user to delete the metadata file, the provider that creates the metadata file should put it somewhere the user can access. The provider that creates the metadata file must delete the metadata file when the provider is uninstalled. |
Security Note |
|---|
When Sync Framework opens the metadata file by a remote mechanism, such as a UNC path, the metadata file cannot be simultaneously accessed by any other application on any computer, including an application on the machine where the metadata file is stored. |
Security Note