The ExchangeType property specifies whether the synchronization between the Publisher and the Subscriber is bidirectional or upload-only.

object.ExchangeType [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    The REPL_EXCHANGE_TYPE constant that specifies the direction in which data can be merged

Modifiable

Read/write

Prototype

HRESULT get_ExchangeType(EXCHANGE_TYPE *pVal);
HRESULT put_ExchangeType(EXCHANGE_TYPE newVal);

Reference

ReInitializeSubscription Method (Replication)

Replication Object Properties

REPL_EXCHANGE_TYPE