BusinessLogicParameter Constructor (String, DbType)

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

See Also

Reference

BusinessLogicParameter Class

BusinessLogicParameter Overload

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace