この 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.