Clone 方法

Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class.

命名空间:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集:  Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)

语法

声明
Public MustOverride Function Clone As Object
用法
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

返回值

类型:System. . :: . .Object
An object.

实现

ICloneable. . :: . .Clone() () () ()