MergeSynchronizationAgent.PublisherFailoverPartner 屬性

定義

取得或設定參與發行集資料庫之資料庫鏡像會話的 SQL Server 的容錯移轉夥伴實例。

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

屬性值

String

SQL Server 的容錯移轉夥伴實例。

實作

備註

這個屬性是用來支援使用資料庫鏡像的複寫。 如需詳細資訊,請參閱 資料庫鏡像和複寫 (SQL Server)

適用於