SynchronizationPartner Class
SQL Server 2012
Represents an alternate Publisher used to synchronize a subscription to a merge publication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
The SynchronizationPartner type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets a description for the alternate Publisher. |
![]() | Distributor | Gets or sets the name of the Distributor. |
![]() | Enabled | Gets or sets whether or not this Publisher is enabled as an alternate synchronization partner. |
![]() | Publication | Gets or sets the name of the publication. |
![]() | PublicationDB | Gets or sets the name of the publication database. |
![]() | Publisher | Gets or sets the name of the alternate Publisher. |
![]() | UserData | Gets or sets an object property that allows users to attach their own data to this object. |
Note |
|---|
This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible. |
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
