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 with a specified type and name of the parameter.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub New ( _
parameterName As String, _
type As DbType _
)
'Usage
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
)
Parameters
- parameterName
Type: System.String
The parameter name.
- type
Type: System.Data.DbType
The type of the parameter.
See Also
Reference
BusinessLogicParameter Overload
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace