SynchronizationPartner Class

Definition

Represents an alternate Publisher used to synchronize a subscription to a merge publication.

public ref class SynchronizationPartner sealed
public sealed class SynchronizationPartner
type SynchronizationPartner = class
Public NotInheritable Class SynchronizationPartner
Inheritance
SynchronizationPartner

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.

Constructors

SynchronizationPartner()

Creates a new instance of the SynchronizationPartner class.

Properties

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.

Applies to

See also