BusinessLogicResolver コンストラクター

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Sub New ( _
    clrAssemblyName As String, _
    clrClassName As String _
)
'使用
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
)

パラメーター