Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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. |