BusinessLogicResolver 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 Class BusinessLogicResolver _
    Inherits IBusinessLogicResolver _
    Implements IDisposable
'Usage
Dim instance As BusinessLogicResolver
public class BusinessLogicResolver : IBusinessLogicResolver, 
    IDisposable
public ref class BusinessLogicResolver : public IBusinessLogicResolver, 
    IDisposable
type BusinessLogicResolver =  
    class 
        inherit IBusinessLogicResolver 
        interface IDisposable 
    end
public class BusinessLogicResolver extends IBusinessLogicResolver implements IDisposable

The BusinessLogicResolver type exposes the following members.

Constructors

  Name Description
Public method BusinessLogicResolver 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. (Overrides IBusinessLogicResolver.HandledChangeStates.)

Top

Methods

  Name Description
Public method Dispose Releases the resources used by the BusinessLogicResolver class. (Overrides IBusinessLogicResolver.Dispose().)
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. (Overrides IBusinessLogicResolver.InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%).)
Public method InvokeCommitHandler Invokes a handler when a data change is committed during synchronization. (Overrides IBusinessLogicResolver.InvokeCommitHandler(SourceIdentifier, Guid).)
Public method InvokeDeleteHandler Invokes a handler when DELETE statements are being uploaded or downloaded. (Overrides IBusinessLogicResolver.InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%).)
Public method InvokeErrorHandler Invokes a handler when error occurs during execution. (Overrides IBusinessLogicResolver.InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%).)
Public method InvokeInitialize Invokes the initialization. (Overrides IBusinessLogicResolver.InvokeInitialize(String, String, String, String, String, String).)
Public method InvokePhaseBegin Invokes the beginning of an upload or download phase of the synchronization. (Overrides IBusinessLogicResolver.InvokePhaseBegin(Boolean).)
Public method InvokeUpdateConflictHandler Invokes the handler when conflicting UPDATE statements occur at the source and at the destination. (Overrides IBusinessLogicResolver.InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%).)
Public method InvokeUpdateDeleteConflictHandler Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination. (Overrides IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, DataSet%, Boolean, ConflictLogType%, String%, Int32%, String%).)
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