Freigeben über


BusinessLogicParameter-Konstruktor (String, DbType)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
)

Parameter

Siehe auch

Verweis

BusinessLogicParameter Klasse

BusinessLogicParameter-Überladung

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace