Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Adds a new DTSParamValue object into a collection at the location specified by the index.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Public Sub Insert ( _
index As Integer, _
paramValue As DTSParamValue _
)
'Uso
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
)
Parámetros
- index
Tipo: System.Int32
The location in the collection to put the new DTSParamValue object.
- paramValue
Tipo: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
The DTSParamValue object to insert into the collection.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask