BusinessLogicHandler Members
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
Nombre | Description | |
---|---|---|
BusinessLogicHandler | Initializes an instance of the BusinessLogicHandler class. |
Arriba
Public Properties
Nombre | 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. |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
CheckValidDefinition | ||
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba
Vea también
Referencia
BusinessLogicHandler Class
Microsoft.SqlServer.Replication Namespace
Otros recursos
How to: Implement a Business Logic Handler for a Merge Article (RMO Programming)