Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds the specified parameter to the collection.
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
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
- parameterName
Tipo: System.String
The name of the parameter.
- dbType
Tipo: System.Data.DbType
The type of the database.
- sourceColumn
Tipo: System.String
The source column where to add the parameter.
Valor devuelto
Tipo: System.Int32
The index of the parameter object in the collection.
Vea también
Referencia
BusinessLogicParameterCollection Clase
Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport