Перечисление MergeExchangeType
Enumerates options for how the Merge Agent synchronizes data.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
<ComVisibleAttribute(True)> _
Public Enumeration MergeExchangeType
'Применение
Dim instance As MergeExchangeType
[ComVisibleAttribute(true)]
public enum MergeExchangeType
[ComVisibleAttribute(true)]
public enum class MergeExchangeType
[<ComVisibleAttribute(true)>]
type MergeExchangeType
public enum MergeExchangeType
Элементы
Имя элемента | Описание | |
---|---|---|
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). |