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
名稱 | Description | |
---|---|---|
BusinessLogicHandler | Initializes an instance of the BusinessLogicHandler class. |
頂端
Public Properties
名稱 | 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. |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
CheckValidDefinition | ||
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
BusinessLogicHandler Class
Microsoft.SqlServer.Replication Namespace
其他資源
How to: Implement a Business Logic Handler for a Merge Article (RMO Programming)