Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.