Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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, _
value As Object _
)
'Usage
Dim parameterName As String
Dim value As Object
Dim instance As New BusinessLogicParameter(parameterName, _
value)
public BusinessLogicParameter(
string parameterName,
Object value
)
public:
BusinessLogicParameter(
String^ parameterName,
Object^ value
)
new :
parameterName:string *
value:Object -> BusinessLogicParameter
public function BusinessLogicParameter(
parameterName : String,
value : Object
)
Parameters
- parameterName
Type: System.String
The parameter name.
- value
Type: System.Object
The value of the parameter.
See Also
Reference
BusinessLogicParameter Overload
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace