Méthode BusinessLogicParameterCollection.Insert (Int32, BusinessLogicParameterCollection)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Inserts the specified index of the parameter object with the specified name into the collection at the specified index
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Sub Insert ( _
index As Integer, _
value As BusinessLogicParameterCollection _
)
'Utilisation
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
)
Paramètres
- index
Type : System.Int32
The index at which to insert the parameter object.
- value
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
The parameter object to insert into the collection.
Voir aussi
Référence
BusinessLogicParameterCollection Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport