Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the replica key map that is contained in the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ReplicaKeyMap As IDictionary(Of UInteger, SyncId)
Get
'Usage
Dim instance As KnowledgeInspector
Dim value As IDictionary(Of UInteger, SyncId)
value = instance.ReplicaKeyMap
public IDictionary<uint, SyncId> ReplicaKeyMap { get; }
public:
property IDictionary<unsigned int, SyncId^>^ ReplicaKeyMap {
IDictionary<unsigned int, SyncId^>^ get ();
}
member ReplicaKeyMap : IDictionary<uint32, SyncId>
function get ReplicaKeyMap () : IDictionary<uint, SyncId>
Property Value
Type: System.Collections.Generic.IDictionary<UInt32, SyncId>
The replica key map that is contained in the knowledge.