Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.