Share via


FullEnumerationChangeBatch.LearnedForgottenKnowledge Property

Gets the forgotten knowledge that the destination replica learns when the destination provider applies all the changes in this change batch during recovery synchronization.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property LearnedForgottenKnowledge As ForgottenKnowledge
'Usage
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

Property Value

The forgotten knowledge that the destination replica learns when the destination provider applies all the changes in this change batch during recovery synchronization.

Remarks

The knowledge returned is the source forgotten knowledge of the change batch projected onto the range contained in the change batch.

See Also

Reference

FullEnumerationChangeBatch Class
FullEnumerationChangeBatch Members
Microsoft.Synchronization Namespace