MergeSynchronizationAgent.PublisherFailoverPartner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定參與發行集資料庫之資料庫鏡像會話的 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
屬性值
SQL Server 的容錯移轉夥伴實例。
實作
備註
這個屬性是用來支援使用資料庫鏡像的複寫。 如需詳細資訊,請參閱 資料庫鏡像和複寫 (SQL Server) 。