Constructeur BusinessLogicParameter (String, DbType)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the BusinessLogicParameter class with a specified type and name of the parameter.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parameterName As String, _
type As DbType _
)
'Utilisation
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
)
Paramètres
- parameterName
Type : System.String
The parameter name.
- type
Type : System.Data.DbType
The type of the parameter.
Voir aussi
Référence
Surcharge BusinessLogicParameter
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport