Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the knowledge the destination replica will learn after it applies all the changes in the full enumeration.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property LearnedKnowledgeAfterFullEnumerationRecovery As SyncKnowledge
Get
'Usage
Dim instance As FullEnumerationChangeBatch
Dim value As SyncKnowledge
value = instance.LearnedKnowledgeAfterFullEnumerationRecovery
public SyncKnowledge LearnedKnowledgeAfterFullEnumerationRecovery { get; }
public:
property SyncKnowledge^ LearnedKnowledgeAfterFullEnumerationRecovery {
SyncKnowledge^ get ();
}
member LearnedKnowledgeAfterFullEnumerationRecovery : SyncKnowledge
function get LearnedKnowledgeAfterFullEnumerationRecovery () : SyncKnowledge
Property Value
Type: Microsoft.Synchronization.SyncKnowledge
The knowledge the destination replica will learn after it applies all the changes in the full enumeration.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | This FullEnumerationChangeBatch object has been disposed. |