Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies whether data is merged up to the Publisher only, or merge in both directions between the Publisher and the Subscriber.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Enumeration ExchangeType
'Usage
Dim instance As ExchangeType
public enum ExchangeType
public enum class ExchangeType
type ExchangeType
public enum ExchangeType
Members
| Member name | Description | |
|---|---|---|
| None | No [ExchangeType] options are specified. | |
| Upload | Merges only the Subscriber changes with the Publisher. | |
| BiDirectional | Merges all changes between the Publisher and Subscriber. This is the default setting. |