ExchangeType Property (Replication)
The ExchangeType property specifies whether the synchronization between the Publisher and the Subscriber is bidirectional or upload-only.
Syntax
object.ExchangeType [= value]
Parameters
- value
The REPL_EXCHANGE_TYPE constant that specifies the direction in which data can be merged
Applies To
SQL Server 2005 Compact Edition Replication object
Modifiable
Read/write
Prototype
HRESULT get_ExchangeType(EXCHANGE_TYPE *pVal);
HRESULT put_ExchangeType(EXCHANGE_TYPE newVal);
See Also
Reference
ReInitializeSubscription Method (Replication)
Replication Object Properties
REPL_EXCHANGE_TYPE