Partilhar via


Método BusinessLogicParameterCollection.Add (String, DbType, String)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Adds the specified parameter to the collection.

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

Sintaxe

'Declaração
Public Function Add ( _
    parameterName As String, _
    dbType As DbType, _
    sourceColumn As String _
) As Integer
'Uso
Dim instance As BusinessLogicParameterCollection 
Dim parameterName As String 
Dim dbType As DbType 
Dim sourceColumn As String 
Dim returnValue As Integer 

returnValue = instance.Add(parameterName, _
    dbType, sourceColumn)
public int Add(
    string parameterName,
    DbType dbType,
    string sourceColumn
)
public:
int Add(
    String^ parameterName, 
    DbType dbType, 
    String^ sourceColumn
)
member Add : 
        parameterName:string * 
        dbType:DbType * 
        sourceColumn:string -> int
public function Add(
    parameterName : String, 
    dbType : DbType, 
    sourceColumn : String
) : int

Parâmetros

  • sourceColumn
    Tipo: System.String
    The source column where to add the parameter.

Valor de retorno

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

Consulte também

Referência

BusinessLogicParameterCollection Classe

Sobrecarregado Add

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport