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
Protected method IBusinessLogicResolver Initializes a new instance of the BusinessLogicResolver class.

Top

Properties

  Name Description
Public property HandledChangeStates Gets the information on the types of changes handled by the BusinessLogicResolver.

Top

Methods

  Name Description
Public method Dispose Releases the resources used by the BusinessLogicResolver class.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method InvokeChangeHandler Invokes a handler when changes to the method are detected.
Public method InvokeCommitHandler Invokes a handler when a data change is committed during synchronization.
Public method InvokeDeleteHandler Invokes a handler when DELETE statements are being uploaded or downloaded.
Public method InvokeErrorHandler Invokes a handler when error occurs during execution.
Public method InvokeInitialize Invokes the initialization.
Public method InvokePhaseBegin Invokes the beginning of an upload or download phase of the synchronization.
Public method InvokeUpdateConflictHandler Invokes the handler when conflicting UPDATE statements occur at the source and at the destination.
Public method InvokeUpdateDeleteConflictHandler Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination.
Protected method MemberwiseClone (Inherited from Object.)
Public method 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