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.
Enumerates all actions that can be taken when handling an UPDATE statement that conflicts with a DELETE statement.
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
Public Enumeration ActionOnUpdateDeleteConflict
'Uso
Dim instance As ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum class ActionOnUpdateDeleteConflict
type ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| AcceptDefaultResolution | The conflict is resolved using the default resolution rules | |
| AcceptUpdate | The conflict is resolved by accepting the update as the winner. | |
| AcceptDelete | The conflict is resolved by accepting the delete as the winner. | |
| AcceptCustomData | The conflict is resolved using custom user data provided by the business logic handler. The custom user data is then propagated by the replication process. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport