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 a metadata store that is implemented by using a lightweight database to store the metadata.
The following tables list the members exposed by the SqlMetadataStore type.
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
BeginTransaction | Overloaded. Starts an explicit transaction on the metadata store. |
![]() |
CommitTransaction | Overridden. Commits an explicit transaction that has already started on the metadata store. |
![]() ![]() |
CreateStore | Overloaded. Creates a metadata store file that has the specified name and location, and returns a metadata store object that represents it. |
![]() |
Dispose | Releases the resources that are used by SqlMetadataStore. |
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetMetadataStoreSerializer | Gets an object that serializes and deserializes the metadata store to and from the canonical format. |
![]() |
GetReplicaMetadata | Overridden. Gets a replica metadata object that is used to access replica metadata in the metadata store. |
![]() |
GetSingleReplicaMetadata | Overridden. Gets the metadata for the single replica contained in the metadata store. |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeReplicaMetadata | Overridden. Creates and initializes metadata for a replica in the metadata store, and returns a replica metadata object that is used to access the replica metadata. |
![]() |
IsTransactionActive | Overridden. Indicates whether an active transaction exists on the metadata store. |
![]() ![]() |
OpenStore | Overloaded. Opens an existing metadata store file and returns a metadata store object that represents it. |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
RemoveReplicaMetadata | Overridden. Removes all metadata associated with the specified replica. |
![]() |
RollbackTransaction | Overridden. Cancels the current explicit transaction and rolls the metadata store back to the state it was in before the transaction was started. |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Overridden. Finalizer for SqlMetadataStore. |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
Public Events
Name | Description | |
---|---|---|
![]() ![]() |
MetadataStoreUpgradeStart | Occurs when the metadata store file format is about to be upgraded. |
![]() ![]() |
MetadataStoreUpgradeStop | Occurs when the metadata store file format upgrade has finished. |
Top
See Also
Reference
SqlMetadataStore Class
Microsoft.Synchronization.MetadataStorage Namespace