Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.