Partager via


Clone méthode

Creates an instance of the DTSWebMethodInfo class that is identical to the current object.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
Public Function Clone As Object
'Utilisation
Dim instance As DTSWebMethodInfo
Dim returnValue As Object

returnValue = instance.Clone()
public Object Clone()
public:
Object^ Clone()
member Clone : unit -> Object 
public function Clone() : Object

Valeur de retour

Type : System. . :: . .Object
An object whose properties are identical to those of the current object.