Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns a new connection object that has the exact same state as the one being cloned.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function Clone As HttpClientConnection
'Usage
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
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.HttpClientConnection
An HttpClientConnection object.