Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Enumerates all actions that can be taken when handling an UPDATE statement that conflicts with a DELETE statement.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Enumeration ActionOnUpdateDeleteConflict
'Utilisation
Dim instance As ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum class ActionOnUpdateDeleteConflict
type ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport