Metodo Clone

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

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

Sintassi

'Dichiarazione
Public MustOverride Function Clone As Object
'Utilizzo
Dim instance As DTSParamValue
Dim returnValue As Object

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

Valore restituito

Tipo: System. . :: . .Object
An object.

Implementa

ICloneable. . :: . .Clone() () () ()