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 a copy of the specified variable object.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Overrides Function Clone As Object
'Usage
Dim instance As VariableValue
Dim returnValue As Object
returnValue = instance.Clone()
public override Object Clone()
public:
virtual Object^ Clone() override
abstract Clone : unit -> Object
override Clone : unit -> Object
public override function Clone() : Object
Return Value
Type: System.Object
The created copy of the variable.