Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
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 ComplexProperty
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
public:
Object^ Clone()
member Clone : unit -> Object
public function Clone() : Object
Return Value
Type: System.Object
An object whose properties are identical to those of the ComplexProperty.