IBusinessLogicResolver Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a business logic resolver.
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public MustInherit Class IBusinessLogicResolver
'Usage
Dim instance As IBusinessLogicResolver
public abstract class IBusinessLogicResolver
public ref class IBusinessLogicResolver abstract
[<AbstractClassAttribute>]
type IBusinessLogicResolver = class end
public abstract class IBusinessLogicResolver
The IBusinessLogicResolver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IBusinessLogicResolver | Initializes a new instance of the BusinessLogicResolver class. |
Top
Properties
Name | Description | |
---|---|---|
HandledChangeStates | Gets the information on the types of changes handled by the BusinessLogicResolver. |
Top
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace