MergeCondition 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.
The possible values for merge condition
public enum MergeCondition
type MergeCondition =
Public Enum MergeCondition
- Inheritance
-
MergeCondition
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | |
Matched | 1 | |
NotMatched | 2 | |
NotMatchedByTarget | 3 | |
NotMatchedBySource | 4 |