AlternateSyncPartners Property (Replication ActiveX)
The AlternateSyncPartners property returns a reference to the AlternateSyncPartners Collection (Replication ActiveX) collection maintained by the SQLMerge Object (Replication ActiveX) object.
Important : |
---|
The Alternate Synchronization Partners feature for merge replication has been deprecated. |
Syntaxe
object.AlternateSyncPartners
Part | Description |
---|---|
object |
Expression that evaluates to a SQLMerge Object (Replication ActiveX) object. |
Applies To
SQLMerge Object (Replication ActiveX)
Notes
The AlternateSyncPartners Collection (Replication ActiveX) collection contains the AlternateSyncPartner Object (Replication ActiveX) objects, which define the alternate Publishers that a subscription referenced by a SQLMerge Object (Replication ActiveX) object can employ if the primary Publisher is not available.
The alternate Publishers must be defined in the publication for the AlternateSyncPartners Collection (Replication ActiveX) collection to be populated.
Data Type
AlternateSyncPartners Collection (Replication ActiveX)
Modifiable
Read-only
Prototype (C/C++)
HRESULT AlternateSyncPartners(IAlternateSyncPartners** pVal);