Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 BusinessLogicResolver class.
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
- clrAssemblyName
Type: System.String
The clr assembly name.
- clrClassName
Type: System.String
The clr class name.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace