MergeSynchronizationAgent.PublisherFailoverPartner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).