DbSyncBatchInfo.GetLearnedKnowledge 方法
获取目标在应用此批后将要了解的同步知识。
此方法不符合 CLS。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Public Function GetLearnedKnowledge As Byte()
用法
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[]
返回值
表示了解的知识的字节数组。
请参阅
参考
DbSyncBatchInfo 类
DbSyncBatchInfo 成员
Microsoft.Synchronization.Data 命名空间