Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.