Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |