MergeExchangeType Enumeration

Enumerates options for how the Merge Agent synchronizes data.

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Синтаксис

'Декларация
<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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Replication Namespace