DbSyncBatchInfo.GetLearnedKnowledge Method

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.

See Also

Reference

DbSyncBatchInfo Class

Microsoft.Synchronization.Data Namespace