共用方式為


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 命名空間