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
參數
- paramValue
型別:Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
The DTSParamValue to add to the collection.