Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a new connection object that has the exact same state as the one being cloned.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Function Clone As Object
'Usage
Dim instance As HttpClientConnection100Class
Dim returnValue As Object
returnValue = instance.Clone()
public virtual Object Clone()
public:
virtual Object^ Clone()
abstract Clone : unit -> Object
override Clone : unit -> Object
public function Clone() : Object
Return Value
Type: System.Object
An HttpClientConnection100Class object.
Implements
IDTSHttpClientConnection100.Clone()