Compartilhar 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
Public Enumeration MergeExchangeType
'Uso
Dim instance As MergeExchangeType
public enum MergeExchangeType
public enum class MergeExchangeType
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

Namespace Microsoft.SqlServer.Replication