Condividi tramite


Metodo BusinessLogicParameterCollection.Insert (Int32, BusinessLogicParameterCollection)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Public Sub Insert ( _
    index As Integer, _
    value As BusinessLogicParameterCollection _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

BusinessLogicParameterCollection Classe

Overload Insert

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport