This topic has not yet been rated - Rate this topic

MergeExchangeType Enumeration

Enumerates options for how the Merge Agent synchronizes data.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
[ComVisibleAttribute(true)]
public enum MergeExchangeType
Member nameDescription
NoneNo exchange type is specified.
UploadOnly Subscriber changes are uploaded.
DownloadOnly Publisher changes are downloaded.
BidirectionalChanges are downloaded from the Publisher and uploaded from the Subscriber (the default).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.