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 ArrayValue class that is identical to the current ArrayValue.
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 ArrayValue
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
An object whose properties are identical to those of the ArrayValue.