Partager via


Méthode DbSyncBatchInfo.GetLearnedKnowledge

Obtient la connaissance de synchronisation qui est acquise par la destination après qu'elle a appliqué ce lot.

Cette méthode n'est pas conforme CLS.  

Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)

Syntaxe

'Déclaration
Public Function GetLearnedKnowledge As Byte()
'Utilisation
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[]

Valeur de retour

Tableau d'octets qui représente la connaissance acquise.

Voir aussi

Référence

Classe DbSyncBatchInfo
Membres DbSyncBatchInfo
Espace de noms Microsoft.Synchronization.Data