MergeExchangeType 列舉
Enumerates options for how the Merge Agent synchronizes data.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)
語法
'宣告
<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). |