Freigeben über


BusinessLogicParameterCollection.Add-Methode (BusinessLogicParameter)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 Function Add ( _
    value As BusinessLogicParameter _
) As Integer
'Usage
Dim instance As BusinessLogicParameterCollection 
Dim value As BusinessLogicParameter 
Dim returnValue As Integer 

returnValue = instance.Add(value)
public int Add(
    BusinessLogicParameter value
)
public:
int Add(
    BusinessLogicParameter^ value
)
member Add : 
        value:BusinessLogicParameter -> int
public function Add(
    value : BusinessLogicParameter
) : int

Parameter

Rückgabewert

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

Siehe auch

Verweis

BusinessLogicParameterCollection Klasse

Add-Überladung

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace