BusinessLogicResolver Class

This API supports the infrastructure and is not intended to be used directly from your code.

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
'Usage
Dim instance As BusinessLogicResolver
public class BusinessLogicResolver : IBusinessLogicResolver
public ref class BusinessLogicResolver : public IBusinessLogicResolver
type BusinessLogicResolver =  
    class
        inherit IBusinessLogicResolver
    end
public class BusinessLogicResolver extends IBusinessLogicResolver

The BusinessLogicResolver type exposes the following members.

Constructors

  Name Description
Public method BusinessLogicResolver

Top

Properties

  Name Description
Public property HandledChangeStates (Overrides IBusinessLogicResolver.HandledChangeStates.)

Top

Methods

  Name Description
Public method Dispose (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 (Overrides IBusinessLogicResolver.InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%).)
Public method InvokeCommitHandler (Overrides IBusinessLogicResolver.InvokeCommitHandler(SourceIdentifier, Guid).)
Public method InvokeDeleteHandler (Overrides IBusinessLogicResolver.InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%).)
Public method InvokeErrorHandler (Overrides IBusinessLogicResolver.InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%).)
Public method InvokeInitialize (Overrides IBusinessLogicResolver.InvokeInitialize(String, String, String, String, String, String).)
Public method InvokePhaseBegin (Overrides IBusinessLogicResolver.InvokePhaseBegin(Boolean).)
Public method InvokeUpdateConflictHandler (Overrides IBusinessLogicResolver.InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%).)
Public method InvokeUpdateDeleteConflictHandler (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.