BusinessLogicParameter Constructor (String, Object)
This API supports the infrastructure and is not intended to be used directly from your code.
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
)