Énumération MergeExchangeType
Enumerates options for how the Merge Agent synchronizes data.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Public Enumeration MergeExchangeType
'Utilisation
Dim instance As MergeExchangeType
public enum MergeExchangeType
public enum class MergeExchangeType
type MergeExchangeType
public enum MergeExchangeType
Membres
Nom de membre | Description | |
---|---|---|
None | No exchange type is specified. | |
Upload | Only Subscriber changes are uploaded. | |
Download | Only Publisher changes are downloaded. | |
Bidirectional | Changes are downloaded from the Publisher and uploaded from the Subscriber (the default). |