다음을 통해 공유


HttpClientConnection.Clone 메서드

Returns a new connection object that has the exact same state as the one being cloned.

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

구문

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

returnValue = instance.Clone()
public HttpClientConnection Clone()
public:
HttpClientConnection^ Clone()
member Clone : unit -> HttpClientConnection
public function Clone() : HttpClientConnection

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.HttpClientConnection
An HttpClientConnection object.

참고 항목

참조

HttpClientConnection 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스