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)