BusinessLogicParameterCollection.Insert Method (Int32, BusinessLogicParameterCollection)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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
)