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
| 名称 | Description | |
|---|---|---|
| BusinessLogicHandler | Initializes an instance of the BusinessLogicHandler class. | 
顶部
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | DotNetAssemblyName | Gets or sets the name of the assembly that implements the business logic handler. | 
| .gif) | DotNetClassName | Gets or sets the name of the class that implements the business logic handler. | 
| .gif) | FriendlyName | Gets or sets the name that registers the business logic handler on the server. | 
| .gif) | IsDotNetAssembly | Specifies whether the registered business logic handler is a managed code assembly. | 
| .gif) | UserData | Gets or sets an object to which users can attach their own data. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | CheckValidDefinition | |
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
BusinessLogicHandler Class
Microsoft.SqlServer.Replication Namespace
其他资源
How to: Implement a Business Logic Handler for a Merge Article (RMO Programming)