此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Initializes a new instance of the BusinessLogicParameter class with a specified type and name of the parameter.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public Sub New ( _
parameterName As String, _
type As DbType _
)
用法
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
)
参数
- parameterName
类型:System.String
The parameter name.
- type
类型:System.Data.DbType
The type of the parameter.