The ExchangeType property specifies whether data merges up to the Publisher, down to the Subscriber, or in both directions.
| SQLMerge Object | 
object.ExchangeType [= value]
| Part | Description | 
|---|---|
| object | Expression that evaluates to an object in the Applies To list | 
| value | EXCHANGE_TYPE constant that specifies the direction in which data can be merged | 
BIDIRECTIONAL is the default.
Read/write
HRESULT get_ExchangeType(EXCHANGE_TYPE *pVal);
HRESULT put_ExchangeType(EXCHANGE_TYPE newVal);