TransSynchronizationAgent.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

プロパティ値

ディストリビューターの名前。

実装

注釈

ディストリビューターは、スナップショットが格納され、レプリケーション履歴と統計がログに記録されるSQL Serverのインスタンスです。

DistributorNetwork プロパティと DistributorAddress プロパティが指定されている場合は、Distributor プロパティの代わりにそれらがディストリビューターへの接続に使用されます。

適用対象