Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Enumerates all actions that can be taken when handling conflicting UPDATE statements.
Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Синтаксис
'Декларация
Public Enumeration ActionOnUpdateConflict
'Применение
Dim instance As ActionOnUpdateConflict
public enum ActionOnUpdateConflict
public enum class ActionOnUpdateConflict
type ActionOnUpdateConflict
public enum ActionOnUpdateConflict
Элементы
| Имя элемента | Описание | |
|---|---|---|
| AcceptDefaultResolution | The conflict is resolved using the default resolution rules. | |
| AcceptPublisherData | The conflict is resolved by accepting the update from the Publisher as the winning update. | |
| AcceptSubscriberData | The conflict is resolved by accepting the update from the Subscriber as the winning update. | |
| AcceptCustomConflictData | The conflict is resolved using custom user data provided by the business logic handler. The custom data is then propagated by the replication process. |
См. также
Справочник
Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport