共用方式為


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 命名空間