MergeSynchronizationAgent.PublisherFailoverPartner Property

Definition

Gets or sets the failover partner instance of SQL Server that is participating in a database mirroring session with the publication database.

public:
 virtual property System::String ^ PublisherFailoverPartner { System::String ^ get(); void set(System::String ^ value); };
public virtual string PublisherFailoverPartner { get; set; }
member this.PublisherFailoverPartner : string with get, set
Public Overridable Property PublisherFailoverPartner As String

Property Value

The failover partner instance of SQL Server.

Implements

Remarks

This property is used to support replication with database mirroring. For more information, see Database Mirroring and Replication (SQL Server).

Applies to