SynchronizationPartner Class
Represents an alternate Publisher used to synchronize a subscription to a merge publication.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.SynchronizationPartner
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public NotInheritable Class SynchronizationPartner
'Usage
Dim instance As SynchronizationPartner
public sealed class SynchronizationPartner
public ref class SynchronizationPartner sealed
[<SealedAttribute>]
type SynchronizationPartner = class end
public final class SynchronizationPartner
The SynchronizationPartner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SynchronizationPartner | Creates a new instance of the SynchronizationPartner class. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.