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.
Sets 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 Sub SetLearnedKnowledge ( _
knowledgeBytes As Byte() _
)
'Usage
Dim instance As DbSyncBatchInfo
Dim knowledgeBytes As Byte()
instance.SetLearnedKnowledge(knowledgeBytes)
public void SetLearnedKnowledge (
byte[] knowledgeBytes
)
public:
void SetLearnedKnowledge (
array<unsigned char>^ knowledgeBytes
)
public void SetLearnedKnowledge (
byte[] knowledgeBytes
)
public function SetLearnedKnowledge (
knowledgeBytes : byte[]
)
Parameters
- knowledgeBytes
A byte array that represents the learned knowledge.
See Also
Reference
DbSyncBatchInfo Class
DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace