MergeExchangeType 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 how the Merge Agent synchronizes data.
public enum class MergeExchangeType
public enum MergeExchangeType
type MergeExchangeType =
Public Enum MergeExchangeType
- Inheritance
-
MergeExchangeType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No exchange type is specified. |
Upload | 1 | Only Subscriber changes are uploaded. |
Download | 2 | Only Publisher changes are downloaded. |
Bidirectional | 3 | Changes are downloaded from the Publisher and uploaded from the Subscriber (the default). |