ExchangeType Property (Replication)

The ExchangeType property specifies whether data merges up to the Publisher, down to the Subscriber, or in both directions.

Applies To
SQLMerge Object  

Syntax

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

Remarks

BIDIRECTIONAL is the default.

Data Type

EXCHANGE_TYPE

Modifiable

Read/write

Prototype C/C++

HRESULT get_ExchangeType(EXCHANGE_TYPE *pVal);

HRESULT put_ExchangeType(EXCHANGE_TYPE newVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.