Поделиться через


Метод DTSParamValueCollection.Insert

Adds a new DTSParamValue object into a collection at the location specified by the index.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка:  Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)

Синтаксис

'Декларация
Public Sub Insert ( _
    index As Integer, _
    paramValue As DTSParamValue _
)
'Применение
Dim instance As DTSParamValueCollection 
Dim index As Integer 
Dim paramValue As DTSParamValue

instance.Insert(index, paramValue)
public void Insert(
    int index,
    DTSParamValue paramValue
)
public:
void Insert(
    int index, 
    DTSParamValue^ paramValue
)
member Insert : 
        index:int * 
        paramValue:DTSParamValue -> unit
public function Insert(
    index : int, 
    paramValue : DTSParamValue
)

Параметры

См. также

Справочник

DTSParamValueCollection Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask