Condividi tramite


Metodo DTSWebMethodInfo.Clone

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public Function Clone As Object
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

DTSWebMethodInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask