MergeExchangeType Enumeration
Enumerates options for how the Merge Agent synchronizes data.
Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
<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. |
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.