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
Public method SynchronizationPartner Creates a new instance of the SynchronizationPartner class.

Top

Properties

  Name Description
Public property Description Gets or sets a description for the alternate Publisher.
Public property Distributor Gets or sets the name of the Distributor.
Public property Enabled Gets or sets whether or not this Publisher is enabled as an alternate synchronization partner.
Public property Publication Gets or sets the name of the publication.
Public property PublicationDB Gets or sets the name of the publication database.
Public property Publisher Gets or sets the name of the alternate Publisher.
Public property UserData Gets or sets an object property that allows users to attach their own data to this object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Replication Namespace

EnumSynchronizationPartners