BusinessLogicParameterCollection.Add Method (Object)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds the specified parameter to the collection.

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

Syntax

'Declaration
Public Overrides Function Add ( _
    value As Object _
) As Integer
'Usage
Dim instance As BusinessLogicParameterCollection 
Dim value As Object 
Dim returnValue As Integer 

returnValue = instance.Add(value)
public override int Add(
    Object value
)
public:
virtual int Add(
    Object^ value
) override
abstract Add : 
        value:Object -> int  
override Add : 
        value:Object -> int
public override function Add(
    value : Object
) : int

Parameters

Return Value

Type: System.Int32
The index of the parameter object in the collection.

Implements

IList.Add(Object)

See Also

Reference

BusinessLogicParameterCollection Class

Add Overload

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace