Método BusinessLogicParameterCollection.Add (String, DbType)
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, _
type As DbType _
) As Integer
'Uso
Dim instance As BusinessLogicParameterCollection
Dim parameterName As String
Dim type As DbType
Dim returnValue As Integer
returnValue = instance.Add(parameterName, _
type)
public int Add(
string parameterName,
DbType type
)
public:
int Add(
String^ parameterName,
DbType type
)
member Add :
parameterName:string *
type:DbType -> int
public function Add(
parameterName : String,
type : DbType
) : int
Parâmetros
- parameterName
Tipo: System.String
The name of the parameter.
- type
Tipo: System.Data.DbType
The type of the database.
Valor de retorno
Tipo: System.Int32
The index of the parameter object in the collection.
Consulte também
Referência
BusinessLogicParameterCollection Classe
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport