MergeExchangeType Enumeration

Enumerates options for how the Merge Agent synchronizes data.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration MergeExchangeType
'Usage
Dim instance As MergeExchangeType
[ComVisibleAttribute(true)]
public enum MergeExchangeType
[ComVisibleAttribute(true)]
public enum class MergeExchangeType
[<ComVisibleAttribute(true)>]
type MergeExchangeType
public enum MergeExchangeType

Members

Member name Description
None No exchange type is specified.
Upload Only Subscriber changes are uploaded.
Download Only Publisher changes are downloaded.
Bidirectional Changes are downloaded from the Publisher and uploaded from the Subscriber (the default).