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 an instance of the DTSWebMethodInfo class that is identical to the current object.
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 DTSWebMethodInfo
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 current object.