TransSynchronizationAgent.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
プロパティ値
ディストリビューターの名前。
実装
注釈
ディストリビューターは、スナップショットが格納され、レプリケーション履歴と統計がログに記録されるSQL Serverのインスタンスです。
DistributorNetwork プロパティと DistributorAddress プロパティが指定されている場合は、Distributor プロパティの代わりにそれらがディストリビューターへの接続に使用されます。