Compartilhar via


Método BusinessLogicParameterCollection.Insert (Int32, BusinessLogicParameterCollection)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
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.

Consulte também

Referência

BusinessLogicParameterCollection Classe

Sobrecarregado Insert

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport