BusinessLogicResolver Constructor

This API supports the .NET Framework 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 ( _
    clrAssemblyName As String, _
    clrClassName As String _
)
'Usage
Dim clrAssemblyName As String
Dim clrClassName As String

Dim instance As New BusinessLogicResolver(clrAssemblyName, _
    clrClassName)
public BusinessLogicResolver(
    string clrAssemblyName,
    string clrClassName
)
public:
BusinessLogicResolver(
    String^ clrAssemblyName, 
    String^ clrClassName
)
new : 
        clrAssemblyName:string * 
        clrClassName:string -> BusinessLogicResolver
public function BusinessLogicResolver(
    clrAssemblyName : String, 
    clrClassName : String
)

Parameters