Share via


DbSyncBatchInfo.GetLearnedKnowledge Method

Gets the synchronization knowledge that is learned by the destination after it applies this batch.

This method is not CLS-compliant.  

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 ()
public byte[] GetLearnedKnowledge ()
public function GetLearnedKnowledge () : byte[]

Return Value

A byte array that represents the learned knowledge.

See Also

Reference

DbSyncBatchInfo Class
DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace