다음을 통해 공유


MergeExchangeType 열거형

Enumerates options for how the Merge Agent synchronizes data.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
<ComVisibleAttribute(True)> _
Public Enumeration MergeExchangeType
‘사용 방법
Dim instance As MergeExchangeType
[ComVisibleAttribute(true)]
public enum MergeExchangeType
[ComVisibleAttribute(true)]
public enum class MergeExchangeType
[<ComVisibleAttribute(true)>]
type MergeExchangeType
public enum MergeExchangeType

멤버

멤버 이름 설명
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).