Metodo Clone
Creates an instance of the ComplexValue class that is identical to the current ComplexValue.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public Overrides Function Clone As Object
'Utilizzo
Dim instance As ComplexValue
Dim returnValue As Object
returnValue = instance.Clone()
public override Object Clone()
public:
virtual Object^ Clone() override
abstract Clone : unit -> Object
override Clone : unit -> Object
public override function Clone() : Object
Valore restituito
Tipo: System. . :: . .Object
An object whose properties are identical to those of this ComplexValue.
Implementa
Vedere anche