MergeExchangeType Enum

Definition

Enumerates options for how the Merge Agent synchronizes data.

public enum class MergeExchangeType
public enum MergeExchangeType
type MergeExchangeType = 
Public Enum MergeExchangeType
Inheritance
MergeExchangeType

Fields

Bidirectional 3

Changes are downloaded from the Publisher and uploaded from the Subscriber (the default).

Download 2

Only Publisher changes are downloaded.

None 0

No exchange type is specified.

Upload 1

Only Subscriber changes are uploaded.

Applies to