다음을 통해 공유


DTSParamInfo.Clone 메서드

Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.

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

구문

‘선언
Public Function Clone As Object
‘사용 방법
Dim instance As DTSParamInfo 
Dim returnValue As Object 

returnValue = instance.Clone()
public Object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object  
override Clone : unit -> Object
public final function Clone() : Object

반환 값

유형: System.Object
An object whose properties are identical to those of this DTSParamInfo.

구현

ICloneable.Clone()

참고 항목

참조

DTSParamInfo 클래스

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