Share via


DTSParamValue.Clone Method

Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class.

Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntax

'Declaration
Public MustOverride Function Clone As Object
public abstract Object Clone ()
public:
virtual Object^ Clone () abstract
public abstract Object Clone ()
public abstract function Clone () : Object

Return Value

An object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

DTSParamValue Class
DTSParamValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace