MergeExchangeType Enumeration
Enumerates options for how the Merge Agent synchronizes data.
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
| Member name | Description | |
|---|---|---|
| Bidirectional | Changes are downloaded from the Publisher and uploaded from the Subscriber (the default). | |
| Download | Only Publisher changes are downloaded. | |
| None | No exchange type is specified. | |
| Upload | Only Subscriber changes are uploaded. |
Show: