Propriété ExchangeType (Réplication)
La propriété ExchangeType indique si la synchronisation entre le serveur de publication et l'Abonné est bidirectionnelle ou en téléchargement seul.
Syntaxe
object.ExchangeType [= value]
Application
Objet SQL Server Compact 3.5 Replication
Paramètres
- value
Constante REPL_EXCHANGE_TYPE qui spécifie le sens dans lequel les données peuvent être fusionnées
Modifiable
Lecture/écriture
Prototype
HRESULT get_ExchangeType(EXCHANGE_TYPE *pVal);
HRESULT put_ExchangeType(EXCHANGE_TYPE newVal);
Voir aussi
Autres ressources
Méthode ReInitializeSubscription (Réplication)