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.
Creates a new instance of this object, and copies the data from this object to the new object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Overridable Function Clone As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim returnValue As SyncKnowledge
returnValue = instance.Clone()
public virtual SyncKnowledge Clone()
public:
virtual SyncKnowledge^ Clone()
abstract Clone : unit -> SyncKnowledge
override Clone : unit -> SyncKnowledge
public function Clone() : SyncKnowledge
Return Value
Type: Microsoft.Synchronization.SyncKnowledge
The newly created copy of this object.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncKnowledge object is not initialized. |