BusinessLogicParameterCollection.Insert Method (Int32, BusinessLogicParameterCollection)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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 (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
value As BusinessLogicParameterCollection _
)
'Usage
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
)
Parameters
- 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.
See Also
Reference
BusinessLogicParameterCollection Class
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace