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 は任意の性質です。

ディストリビューターは、スナップショットがデフォルトで保存され、レプリケーション履歴や統計が記録されるSQL Serverのインスタンスです。

DistributorNetworkおよびDistributorAddress特性が指定されている場合、ディストリビュータに接続する際にDistributor特性の代わりにこれらの特性が使用されます。

Distributor接続プロパティが指定されていない場合、PublisherとDistributorは同じSQL Serverインスタンス上にあるとみなされ、マージ エージェントがDistributorに接続する際にはPublisherの接続プロパティが使用されます。

適用対象