MergeSynchronizationAgent.Distributor 屬性

定義

取得或設定作為訂閱分發者的 Microsoft SQL Server 實例名稱。

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

屬性值

這個 String 數值就是分銷商的名稱。

實作

備註

Distributor 是可選性質。

Distributor 是 SQL Server 的一個實例,快照預設儲存在上面,並記錄複製歷史與統計資料。

DistributorNetwork 指定 和 DistributorAddress 屬性,連接分配器時會使用這些屬性取代屬性 Distributor

若未指定 Distributor 連線屬性,則假設 Publisher 與 Distributor 位於同一 SQL Server 實例,當 合併代理程式 連接至發行版時,會使用該 Publisher 連線屬性。

適用於