DTSWebMethodInfo.Clone Método
Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
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 DTSWebMethodInfo
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
public:
Object^ Clone()
member Clone : unit -> Object
public function Clone() : Object
Valor devuelto
Tipo: System.Object
An object whose properties are identical to those of the current object.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask