Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 MustInherit Class IBusinessLogicResolver
'Uso
Dim instance As IBusinessLogicResolver
public abstract class IBusinessLogicResolver
public ref class IBusinessLogicResolver abstract
[<AbstractClassAttribute>]
type IBusinessLogicResolver = class end
public abstract class IBusinessLogicResolver
El tipo IBusinessLogicResolver expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
IBusinessLogicResolver | Initializes a new instance of the BusinessLogicResolver class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
HandledChangeStates | Gets the information on the types of changes handled by the BusinessLogicResolver. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Dispose | Releases the resources used by the BusinessLogicResolver class. |
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de 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 | (Se hereda de Object.) |
![]() |
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
.gif)
.gif)
.gif)