Partager via


Méthode BusinessLogicParameterCollection.Add (Object)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds the specified parameter to the collection.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Overrides Function Add ( _
    value As Object _
) As Integer
'Utilisation
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

Paramètres

Valeur de retour

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

Implémente

IList.Add(Object)

Voir aussi

Référence

BusinessLogicParameterCollection Classe

Surcharge Add

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport