Condividi tramite


ConflictPolicyOption Enumeration

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

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintassi

'Dichiarazione
Public Enumeration ConflictPolicyOption
public enum ConflictPolicyOption
public enum class ConflictPolicyOption
public enum ConflictPolicyOption
public enum ConflictPolicyOption

Members

Member name Description
PublisherWin The row from the Publisher is retained.
ReinitializeSubscription The subscription must be reinitialized when conflicts occur.
SubscriberWin The row from the Subscriber is retained.

Osservazioni

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Replication Namespace
TransPublication