Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the server registration for the managed code assembly that implements a business logic handler.
The following tables list the members exposed by the BusinessLogicHandler type.
Public Constructors
Name | Description | |
---|---|---|
BusinessLogicHandler | Initializes an instance of the BusinessLogicHandler class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
DotNetAssemblyName | Gets or sets the name of the assembly that implements the business logic handler. |
![]() |
DotNetClassName | Gets or sets the name of the class that implements the business logic handler. |
![]() |
FriendlyName | Gets or sets the name that registers the business logic handler on the server. |
![]() |
IsDotNetAssembly | Specifies whether the registered business logic handler is a managed code assembly. |
![]() |
UserData | Gets or sets an object to which users can attach their own data. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
CheckValidDefinition | |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
BusinessLogicHandler Class
Microsoft.SqlServer.Replication Namespace
Other Resources
How to: Implement a Business Logic Handler for a Merge Article (RMO Programming)