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 命名空间