다음을 통해 공유


Clone 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)

구문

‘선언
Public Function Clone As Object
‘사용 방법
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

반환 값

유형: System. . :: . .Object
An object whose properties are identical to those of the ComplexProperty.