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). |