Поделиться через


Перечисление ConflictPolicyOption

Enumerates options for selecting the winning row when conflicts occur during synchronization of an updating subscription to a transactional publication.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Enumeration ConflictPolicyOption
'Применение
Dim instance As ConflictPolicyOption
public enum ConflictPolicyOption
public enum class ConflictPolicyOption
type ConflictPolicyOption
public enum ConflictPolicyOption

Элементы

Имя элемента Описание
PublisherWin The row from the Publisher is retained.
SubscriberWin The row from the Subscriber is retained.
ReinitializeSubscription The subscription must be reinitialized when conflicts occur.

Замечания

This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0. 

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication

TransPublication