IBusinessLogicResolver Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a business logic resolver.
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.IBusinessLogicResolver
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicResolver
Microsoft.SqlServer.Replication.BusinessLogicSupport.IBusinessLogicResolver
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicResolver
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
The IBusinessLogicResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IBusinessLogicResolver | Initializes a new instance of the BusinessLogicResolver class. |
| Name | Description | |
|---|---|---|
![]() | HandledChangeStates | Gets the information on the types of changes handled by the BusinessLogicResolver. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Releases the resources used by the BusinessLogicResolver class. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | InvokeChangeHandler | Invokes a handler when changes to the method are detected. |
![]() | InvokeCommitHandler | Invokes a handler when a data change is committed during synchronization. |
![]() | InvokeDeleteHandler | Invokes a handler when DELETE statements are being uploaded or downloaded. |
![]() | InvokeErrorHandler | Invokes a handler when error occurs during execution. |
![]() | InvokeInitialize | Invokes the initialization. |
![]() | InvokePhaseBegin | Invokes the beginning of an upload or download phase of the synchronization. |
![]() | InvokeUpdateConflictHandler | Invokes the handler when conflicting UPDATE statements occur at the source and at the destination. |
![]() | InvokeUpdateDeleteConflictHandler | Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
