Expand Minimize
This topic has not yet been rated - Rate this topic

ConflictPolicyOption Enumeration

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public enum ConflictPolicyOption
Member nameDescription
PublisherWinThe row from the Publisher is retained.
SubscriberWinThe row from the Subscriber is retained.
ReinitializeSubscriptionThe subscription must be reinitialized when conflicts occur.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.