Compartir a través de


Clase BusinessLogicResolver

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a business logic resolver.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.IBusinessLogicResolver
    Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicResolver

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Class BusinessLogicResolver _
    Inherits IBusinessLogicResolver _
    Implements IDisposable
'Uso
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

El tipo BusinessLogicResolver expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BusinessLogicResolver Initializes a new instance of the BusinessLogicResolver class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública HandledChangeStates Gets the information on the types of changes handled by the BusinessLogicResolver. (Invalida IBusinessLogicResolver.HandledChangeStates.)

Arriba

Métodos

  Nombre Descripción
Método público Dispose Releases the resources used by the BusinessLogicResolver class. (Invalida IBusinessLogicResolver.Dispose().)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público InvokeChangeHandler Invokes a handler when changes to the method are detected. (Invalida IBusinessLogicResolver.InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%).)
Método público InvokeCommitHandler Invokes a handler when a data change is committed during synchronization. (Invalida IBusinessLogicResolver.InvokeCommitHandler(SourceIdentifier, Guid).)
Método público InvokeDeleteHandler Invokes a handler when DELETE statements are being uploaded or downloaded. (Invalida IBusinessLogicResolver.InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%).)
Método público InvokeErrorHandler Invokes a handler when error occurs during execution. (Invalida IBusinessLogicResolver.InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%).)
Método público InvokeInitialize Invokes the initialization. (Invalida IBusinessLogicResolver.InvokeInitialize(String, String, String, String, String, String).)
Método público InvokePhaseBegin Invokes the beginning of an upload or download phase of the synchronization. (Invalida IBusinessLogicResolver.InvokePhaseBegin(Boolean).)
Método público InvokeUpdateConflictHandler Invokes the handler when conflicting UPDATE statements occur at the source and at the destination. (Invalida IBusinessLogicResolver.InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%).)
Método público InvokeUpdateDeleteConflictHandler Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination. (Invalida IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, DataSet%, Boolean, ConflictLogType%, String%, Int32%, String%).)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport