DTSParamInfo.Clone Método
Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Public Function Clone As Object
'Uso
Dim instance As DTSParamInfo
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
public final function Clone() : Object
Valor devuelto
Tipo: System.Object
An object whose properties are identical to those of this DTSParamInfo.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask