DTSParamInfo.Clone Method
Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Function Clone As Object
'Usage
Dim instance As DTSParamInfo
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
public final function Clone() : Object
Return Value
Type: System.Object
An object whose properties are identical to those of this DTSParamInfo.