MergeExchangeType 열거형

Enumerates options for how the Merge Agent synchronizes data.

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

구문

‘선언
Public Enumeration MergeExchangeType
‘사용 방법
Dim instance As MergeExchangeType
public enum MergeExchangeType
public enum class MergeExchangeType
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).

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스