Add 方法

Adds a DTSParamValue to the end of a collection.

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

语法

声明
Public Function Add ( _
    paramValue As DTSParamValue _
) As Integer
用法
Dim instance As DTSParamValueCollection
Dim paramValue As DTSParamValue
Dim returnValue As Integer

returnValue = instance.Add(paramValue)
public int Add(
    DTSParamValue paramValue
)
public:
int Add(
    DTSParamValue^ paramValue
)
member Add : 
        paramValue:DTSParamValue -> int 
public function Add(
    paramValue : DTSParamValue
) : int

参数

返回值

类型:System. . :: . .Int32