Share via


Enumeração MergeExchangeType

Enumerates options for how the Merge Agent synchronizes data.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
<ComVisibleAttribute(True)> _
Public Enumeration MergeExchangeType
'Uso
Dim instance As MergeExchangeType
[ComVisibleAttribute(true)]
public enum MergeExchangeType
[ComVisibleAttribute(true)]
public enum class MergeExchangeType
[<ComVisibleAttribute(true)>]
type MergeExchangeType
public enum MergeExchangeType

Membros

Nome do membro Descrição
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).

Consulte também

Referência