MergeExchangeType Enumeration
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
<ComVisibleAttribute(True)> _
Public Enumeration MergeExchangeType
[ComVisibleAttribute(true)]
public enum MergeExchangeType
[ComVisibleAttribute(true)]
public enum class MergeExchangeType
/** @attribute ComVisibleAttribute(true) */
public enum MergeExchangeType
ComVisibleAttribute(true)
public enum MergeExchangeType
Members
Member name | Description |
---|---|
Bidirectional | Changes are downloaded from the Publisher and uploaded from the Subscriber (the default). |
Download | Only Publisher changes are downloaded. |
None | No exchange type is specified. |
Upload | Only Subscriber changes are uploaded. |
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.