Delen via


ItemChange.LearnedKnowledge Property

Gets the knowledge that a replica will learn when this change is applied to its item store.

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

Syntax

'Declaration
Public ReadOnly Property LearnedKnowledge As SyncKnowledge
'Usage
Dim instance As ItemChange
Dim value As SyncKnowledge

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

Property Value

The knowledge that a replica will learn when this change is applied to its item store.

Remarks

This knowledge is valid only when the current knowledge of the destination replica contains the prerequisite knowledge of the change batch that contains this change. The prerequisite knowledge of the change batch can be obtained by using PrerequisiteKnowledge.

This knowledge is only meaningful when the ItemChange object represents a change from the source provider.

See Also

Reference

ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace