AlternateSynchronizationPartner Class
Represents an alternate Publisher to which a subscription can be synchronized if the primary Publisher is not available.
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
| Name | Description | |
|---|---|---|
![]() | AlternateSynchronizationPartner() | Creates an instance of the AlternateSynchronizationPartner class. |
![]() | AlternateSynchronizationPartner(String^, String^, String^, String^, String^) | Creates an instance of the AlternateSynchronizationPartner class with all required properties. |
| Name | Description | |
|---|---|---|
![]() | Distributor | The name of the Distributor. |
![]() | FriendlyName | A friendly name for the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner |
![]() | Publication | The name of the publication. |
![]() | Publisher | The name of the alternate Publisher. |
![]() | PublisherDatabase | The name of the publication database. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The Alternate Synchronization Partners feature for merge replication has been deprecated.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

