MetadataStore.GetSingleReplicaMetadata Method
When overridden in a derived class, gets the metadata for the single replica contained in the metadata store.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
'Declaration Public MustOverride Function GetSingleReplicaMetadata As ReplicaMetadata 'Usage Dim instance As MetadataStore Dim returnValue As ReplicaMetadata returnValue = instance.GetSingleReplicaMetadata()
Return Value
Type: Microsoft.Synchronization.MetadataStorage.ReplicaMetadataThe metadata for the single replica contained in the metadata store.
| Exception | Condition |
|---|---|
| MultipleReplicasInStoreException | The metadata store contains metadata for more than one replica. |
| ReplicaMetadataNotFoundException | Metadata does not exist for any replica in the metadata store. |
| MetadataStoreInvalidOperationException | The metadata store has not been opened. For example, OpenStore must be called to open the metadata store before this method can be called on a SqlMetadataStore object. |
Show: