Clone 方法
Creates an instance of the DTSWebMethodInfo class that is identical to the current object.
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)
语法
声明
Public Function Clone As Object
用法
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
返回值
类型:System. . :: . .Object
An object whose properties are identical to those of the current object.