FullEnumerationChangeBatch.LearnedForgottenKnowledge 属性

获取恢复同步期间目标提供程序应用此变更批中的所有变更时,目标副本了解到的遗忘知识。

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

语法

声明
Public ReadOnly Property LearnedForgottenKnowledge As ForgottenKnowledge
用法
Dim instance As FullEnumerationChangeBatch
Dim value As ForgottenKnowledge

value = instance.LearnedForgottenKnowledge
public ForgottenKnowledge LearnedForgottenKnowledge { get; }
public:
property ForgottenKnowledge^ LearnedForgottenKnowledge {
    ForgottenKnowledge^ get ();
}
/** @property */
public ForgottenKnowledge get_LearnedForgottenKnowledge ()
public function get LearnedForgottenKnowledge () : ForgottenKnowledge

属性值

恢复同步期间目标提供程序应用此变更批中的所有变更时,目标副本了解到的遗忘知识。

备注

返回的知识是投影到变更批中包含的范围的变更批源遗忘知识。

请参阅

参考

FullEnumerationChangeBatch 类
FullEnumerationChangeBatch 成员
Microsoft.Synchronization 命名空间