DbSyncBatchInfo.SetLearnedKnowledge 方法
設定目的地在套用這個批次之後,所學習到的同步處理知識。
此方法與 CLS 不相容。
命名空間: 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
)
public void SetLearnedKnowledge (
byte[] knowledgeBytes
)
public function SetLearnedKnowledge (
knowledgeBytes : byte[]
)
參數
- knowledgeBytes
代表學習到之知識的位元組陣列。
請參閱
參考
DbSyncBatchInfo 類別
DbSyncBatchInfo 成員
Microsoft.Synchronization.Data 命名空間