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