MergeSynchronizationAgent.ExchangeType Property

Definition

Gets or sets how data is exchanged during synchronization.

public:
 virtual property Microsoft::SqlServer::Replication::MergeExchangeType ExchangeType { Microsoft::SqlServer::Replication::MergeExchangeType get(); void set(Microsoft::SqlServer::Replication::MergeExchangeType value); };
public virtual Microsoft.SqlServer.Replication.MergeExchangeType ExchangeType { get; set; }
member this.ExchangeType : Microsoft.SqlServer.Replication.MergeExchangeType with get, set
Public Overridable Property ExchangeType As MergeExchangeType

Property Value

A MergeExchangeType value.

Implements

Remarks

The default value for ExchangeType is Bidirectional.

You must specify Bidirectional for ExchangeType when you are using Web synchronization.

Applies to