Enumerazione MergeExchangeType
Enumerates options for how the Merge Agent synchronizes data.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public Enumeration MergeExchangeType
'Utilizzo
Dim instance As MergeExchangeType
public enum MergeExchangeType
public enum class MergeExchangeType
type MergeExchangeType
public enum MergeExchangeType
Membri
Nome membro | Descrizione | |
---|---|---|
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). |