Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
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 (in microsoft.sqlserver.replication.businesslogicsupport.dll)
Sintaxis
'Declaración
Public Enumeration ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum class ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
Members
| Member name | Description |
|---|---|
| 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. |
| AcceptDefaultResolution | The conflict is resolved using the default resolution rules |
| AcceptDelete | The conflict is resolved by accepting the delete as the winner. |
| AcceptUpdate | The conflict is resolved by accepting the update as the winner. |
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace