MergeSynchronizationAgent.SyncToAlternate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the synchronization is to an alternate synchronization partner.
public:
virtual property bool SyncToAlternate { bool get(); void set(bool value); };
public virtual bool SyncToAlternate { get; set; }
member this.SyncToAlternate : bool with get, set
Public Overridable Property SyncToAlternate As Boolean
Property Value
True
if the synchronization is to an alternate synchronization partner; otherwise, false
.
Implements
Remarks
The Alternate Synchronization Partners feature for merge replication has been deprecated.
To select an alternate synchronization partner, the Publisher, PublisherDatabase, Publication, and Distributor properties should be set to the corresponding property values of an instance of the AlternateSynchronizationPartner class before the Synchronize method is called.