다음을 통해 공유


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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Replication Namespace