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.
Enumerates options for how the Merge Agent synchronizes data.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Enumeration MergeExchangeType
'Usage
Dim instance As MergeExchangeType
public enum MergeExchangeType
public enum class MergeExchangeType
type MergeExchangeType
public enum MergeExchangeType
Members
| Member name | Description | |
|---|---|---|
| Bidirectional | Changes are downloaded from the Publisher and uploaded from the Subscriber (the default). | |
| Download | Only Publisher changes are downloaded. | |
| None | No exchange type is specified. | |
| Upload | Only Subscriber changes are uploaded. |