Metoda ComplexProperty.Clone
Tworzy wystąpienie ComplexProperty klasy, które są identyczne z bieżącego ComplexProperty.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Zestaw: Microsoft.SqlServer.WebServiceTask (w Microsoft.SqlServer.WebServiceTask.dll)
Składnia
'Deklaracja
Public Function Clone As Object
'Użycie
Dim instance As ComplexProperty
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
public:
Object^ Clone()
member Clone : unit -> Object
public function Clone() : Object
Wartość zwracana
Typ: System.Object
Obiekt, którego właściwości są identyczne z ComplexProperty.
Zobacz także