Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates options for how the Merge Agent synchronizes data.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Enumeration MergeExchangeType
'Usage
Dim instance As MergeExchangeType
public enum MergeExchangeType
public enum class MergeExchangeType
type MergeExchangeType
public enum MergeExchangeType
Members
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. |