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.
Creates a new ForgottenKnowledge object and copies the forgotten knowledge into it.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Overrides Function Clone As SyncKnowledge
'Usage
Dim instance As ForgottenKnowledge
Dim returnValue As SyncKnowledge
returnValue = instance.Clone
public override SyncKnowledge Clone ()
public:
virtual SyncKnowledge^ Clone () override
public SyncKnowledge Clone ()
public override function Clone () : SyncKnowledge
Return Value
The newly created ForgottenKnowledge object that contains the copied data.
See Also
Reference
ForgottenKnowledge Class
ForgottenKnowledge Members
Microsoft.Synchronization Namespace