Метод 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.