Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the forgotten knowledge of the source replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property SourceForgottenKnowledge As ForgottenKnowledge
'Usage
Dim instance As ChangeBatchBase
Dim value As ForgottenKnowledge
value = instance.SourceForgottenKnowledge
public ForgottenKnowledge SourceForgottenKnowledge { get; }
public:
property ForgottenKnowledge^ SourceForgottenKnowledge {
ForgottenKnowledge^ get ();
}
/** @property */
public ForgottenKnowledge get_SourceForgottenKnowledge ()
public function get SourceForgottenKnowledge () : ForgottenKnowledge
Property Value
The forgotten knowledge of the source replica.
See Also
Reference
ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace
ForgottenKnowledge