DTSWebMethodInfo.Clone 메서드
Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리: Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)
구문
‘선언
Public Function Clone As Object
‘사용 방법
Dim instance As DTSWebMethodInfo
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 current object.