共用方式為


Clone 方法

Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public Function Clone As Object
'用途
Dim instance As DTSParamInfo
Dim returnValue As Object

returnValue = instance.Clone()
public Object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object 
override Clone : unit -> Object 
public final function Clone() : Object

傳回值

型別:System. . :: . .Object
An object whose properties are identical to those of this DTSParamInfo.

實作

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