Metodo DTSParamInfo.Clone
Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public Function Clone As Object
'Utilizzo
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
Valore restituito
Tipo: System.Object
An object whose properties are identical to those of this DTSParamInfo.
Implementa
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask