Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Enumerates all actions that can be taken when replicating DELETE statements that do not result in a conflict.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Enumeration ActionOnDataDelete
'Uso
Dim instance As ActionOnDataDelete
public enum ActionOnDataDelete
public enum class ActionOnDataDelete
type ActionOnDataDelete
public enum ActionOnDataDelete
Membros
| Nome do membro | Descrição | |
|---|---|---|
| RejectDelete | The delete is rejected and not propagated by the replication process. | |
| AcceptDelete | The delete is accepted and propagated by the replication process as usual. | |
| ConvertDeleteToUpdate | The delete is rejected, and the change row should be updated on the destination so that it becomes an insert on the source of the original delete. |
Consulte também
Referência
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport