Freigeben über


SyncKnowledge.MapRemoteKnowledgeToLocal-Methode

Konvertiert ein Wissenobjekt eines anderen Replikats in ein Objekt, das mit dem Replikat kompatibel ist, das dieses Wissen besitzt.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Function MapRemoteKnowledgeToLocal ( _
    remoteKnowledge As SyncKnowledge _
) As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim remoteKnowledge As SyncKnowledge
Dim returnValue As SyncKnowledge

returnValue = instance.MapRemoteKnowledgeToLocal(remoteKnowledge)
public SyncKnowledge MapRemoteKnowledgeToLocal (
    SyncKnowledge remoteKnowledge
)
public:
SyncKnowledge^ MapRemoteKnowledgeToLocal (
    SyncKnowledge^ remoteKnowledge
)
public SyncKnowledge MapRemoteKnowledgeToLocal (
    SyncKnowledge remoteKnowledge
)
public function MapRemoteKnowledgeToLocal (
    remoteKnowledge : SyncKnowledge
) : SyncKnowledge

Parameter

  • remoteKnowledge
    Das Wissenobjekt, das konvertiert werden soll.

Rückgabewert

Das Wissenobjekt, das für die Verwendung durch das Replikat konvertiert wurde, das dieses Wissen besitzt.

Hinweise

Ein von einem Remoteanbieter empfangenes SyncKnowledge-Objekt muss mithilfe von MapRemoteKnowledgeToLocal konvertiert werden, bevor es für verschiedene Vorgänge, z. B. Änderungsenumerationen, verwendet werden kann.

Siehe auch

Verweis

SyncKnowledge-Klasse
SyncKnowledge-Member
Microsoft.Synchronization-Namespace