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 synchronization knowledge that is learned by the destination after it applies this batch.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Function GetLearnedKnowledge As Byte()
'Usage
Dim instance As DbSyncBatchInfo
Dim returnValue As Byte()
returnValue = instance.GetLearnedKnowledge()
public byte[] GetLearnedKnowledge()
public:
array<unsigned char>^ GetLearnedKnowledge()
member GetLearnedKnowledge : unit -> byte[]
public function GetLearnedKnowledge() : byte[]
Return Value
Type: System.Byte[]
A byte array that represents the learned knowledge.