ComplexValue.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()

참고 항목

참조

ComplexValue 클래스

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 네임스페이스