Clone 方法

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

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public Overrides Function Clone As Object
'用途
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

傳回值

型別:System. . :: . .Object
An object whose properties are identical to those of this ComplexValue.

實作

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