SetLearnedKnowledge 方法

设置目标在应用此批后将要了解的同步知识。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
Public Sub SetLearnedKnowledge ( _
    knowledgeBytes As Byte() _
)
用法
Dim instance As DbSyncBatchInfo
Dim knowledgeBytes As Byte()

instance.SetLearnedKnowledge(knowledgeBytes)
public void SetLearnedKnowledge(
    byte[] knowledgeBytes
)
public:
void SetLearnedKnowledge(
    array<unsigned char>^ knowledgeBytes
)
member SetLearnedKnowledge : 
        knowledgeBytes:byte[] -> unit 
public function SetLearnedKnowledge(
    knowledgeBytes : byte[]
)

参数

  • knowledgeBytes
    类型:array<System. . :: . .Byte> [] () [] []
    表示了解的知识的字节数组。

异常

异常 条件
ArgumentNullException

knowledgeBytes 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。

请参阅

参考

DbSyncBatchInfo类

DbSyncBatchInfo 成员

Microsoft.Synchronization.Data 命名空间