次の方法で共有


Distributor プロパティ

サブスクリプションのディストリビュータとして動作している Microsoft SQL Server のインスタンスの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Overridable Property Distributor As String
    Get
    Set
'使用
Dim instance As MergeSynchronizationAgent
Dim value As String

value = instance.Distributor

instance.Distributor = value
public virtual string Distributor { get; set; }
public:
virtual property String^ Distributor {
    String^ get ();
    void set (String^ value);
}
abstract Distributor : string with get, set
override Distributor : string with get, set
function get Distributor () : String
function set Distributor (value : String)

プロパティ値

型: System. . :: . .String
ディストリビュータの名前を表す String 値です。

実装

IMergeSynchronizationAgent. . :: . .Distributor

説明

Distributor は、オプションのプロパティです。

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

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

ディストリビュータの接続プロパティが指定されていない場合は、パブリッシャとディストリビュータが SQL Server の同じインスタンスにあると想定されて、マージ エージェントがディストリビュータに接続するときにパブリッシャの接続プロパティが使用されます。