MergeSynchronizationAgent.Distributor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當做訂閱散發者的 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 是選擇性屬性。
「散發者」是 SQL Server 預設儲存快照集的實例,以及記錄複寫記錄和統計資料的實例。
如果 DistributorNetwork 指定了和 DistributorAddress 屬性,當連接到散發者時,將會使用這些屬性而非 Distributor 屬性。
如果未指定散發者連接屬性,則會假設「發行者」和「散發者」位於相同的實例上 SQL Server ,而且當合併代理程式連接到「散發者」時,將會使用「發行者」連接屬性。