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.
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
'Usage
Dim instance As DTSParamValue
Dim returnValue As Object
returnValue = instance.Clone()
public abstract Object Clone()
public:
virtual Object^ Clone() abstract
abstract Clone : unit -> Object
public abstract function Clone() : Object
Return Value
Type: System.Object
An object.