Compartir a través de


BusinessLogicParameterCollection.Insert Método (Int32, BusinessLogicParameterCollection)

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Inserts the specified index of the parameter object with the specified name into the collection at the specified index

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Sub Insert ( _
    index As Integer, _
    value As BusinessLogicParameterCollection _
)
'Uso
Dim instance As BusinessLogicParameterCollection 
Dim index As Integer 
Dim value As BusinessLogicParameterCollection

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

Parámetros

  • index
    Tipo: System.Int32
    The index at which to insert the parameter object.

Vea también

Referencia

BusinessLogicParameterCollection Clase

Sobrecarga de Insert

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport