FullEnumerationChangeBatch.LearnedKnowledgeAfterFullEnumerationRecovery 属性

获取在应用完全枚举中的所有变更后,目标副本将要了解的知识。

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

语法

声明
Public ReadOnly Property LearnedKnowledgeAfterFullEnumerationRecovery As SyncKnowledge
用法
Dim instance As FullEnumerationChangeBatch
Dim value As SyncKnowledge

value = instance.LearnedKnowledgeAfterFullEnumerationRecovery
public SyncKnowledge LearnedKnowledgeAfterFullEnumerationRecovery { get; }
public:
property SyncKnowledge^ LearnedKnowledgeAfterFullEnumerationRecovery {
    SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_LearnedKnowledgeAfterFullEnumerationRecovery ()
public function get LearnedKnowledgeAfterFullEnumerationRecovery () : SyncKnowledge

属性值

在应用完整枚举中的所有变更后,目标副本要了解的知识。

请参阅

参考

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