ConflictPolicyOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates options for selecting the winning row when conflicts occur during synchronization of an updating subscription to a transactional publication.
public enum class ConflictPolicyOption
public enum ConflictPolicyOption
type ConflictPolicyOption =
Public Enum ConflictPolicyOption
- Inheritance
-
ConflictPolicyOption
Fields
Name | Value | Description |
---|---|---|
PublisherWin | 1 | The row from the Publisher is retained. |
SubscriberWin | 2 | The row from the Subscriber is retained. |
ReinitializeSubscription | 3 | The subscription must be reinitialized when conflicts occur. |
Remarks
This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.