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.
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.