共用方式為


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