Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the BusinessLogicParameter class.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub New ( _
parameterName As String, _
dbType As DbType, _
sourceColumn As String _
)
'Usage
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
)
Parameters
- parameterName
Type: System.String
The parameter name.
- dbType
Type: System.Data.DbType
The database type.
- sourceColumn
Type: System.String
The source column.
See Also
Reference
BusinessLogicParameter Overload
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace