BusinessLogicParameter Constructor (String, DbType)
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Initializes a new instance of the BusinessLogicParameter class with a specified type and name of the parameter.
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
Public Sub New ( _
parameterName As String, _
type As DbType _
)
'Uso
Dim parameterName As String
Dim type As DbType
Dim instance As New BusinessLogicParameter(parameterName, _
type)
public BusinessLogicParameter(
string parameterName,
DbType type
)
public:
BusinessLogicParameter(
String^ parameterName,
DbType type
)
new :
parameterName:string *
type:DbType -> BusinessLogicParameter
public function BusinessLogicParameter(
parameterName : String,
type : DbType
)
Parámetros
- parameterName
Tipo: System.String
The parameter name.
- type
Tipo: System.Data.DbType
The type of the parameter.
Vea también
Referencia
Sobrecarga de BusinessLogicParameter
Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport