ConflictLogType 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 the supported conflict logging options available to a conflict handler.
public enum class ConflictLogType
public enum ConflictLogType
type ConflictLogType =
Public Enum ConflictLogType
- Inheritance
-
ConflictLogType
Fields
Name | Value | Description |
---|---|---|
ConflictLogNone | 0 | The conflict is not logged. |
ConflictLogSubscriber | 1 | The Subscriber's dataset is logged as the conflict loser. |
ConflictLogPublisher | 2 | The Publisher's dataset is logged as the conflict loser. |