この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Initializes a new instance of the BusinessLogicParameter class.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public Sub New ( _
parameterName As String, _
dbType As DbType, _
sourceColumn As String _
)
'使用
Dim parameterName As String
Dim dbType As DbType
Dim sourceColumn As String
Dim instance As New BusinessLogicParameter(parameterName, _
dbType, sourceColumn)
public BusinessLogicParameter(
string parameterName,
DbType dbType,
string sourceColumn
)
public:
BusinessLogicParameter(
String^ parameterName,
DbType dbType,
String^ sourceColumn
)
new :
parameterName:string *
dbType:DbType *
sourceColumn:string -> BusinessLogicParameter
public function BusinessLogicParameter(
parameterName : String,
dbType : DbType,
sourceColumn : String
)
パラメーター
- parameterName
型: System.String
The parameter name.
- dbType
型: System.Data.DbType
The database type.
- sourceColumn
型: System.String
The source column.