MergeSynchronizationAgent.DistributorLogin プロパティ

定義

SQL Server認証でディストリビューターに接続する際に使われるログイン名を取得したり設定したりします。

public:
 virtual property System::String ^ DistributorLogin { System::String ^ get(); void set(System::String ^ value); };
public virtual string DistributorLogin { get; set; }
member this.DistributorLogin : string with get, set
Public Overridable Property DistributorLogin As String

プロパティ値

Stringの値はログイン名です。

実装

注釈

このプロパティは、 DistributorSecurityMode プロパティが Standardに設定されている場合に必要です。

プッシュサブスクリプションの場合、マージ エージェントは常にWindows統合認証を使ってローカルでディストリビューターに接続し、このプロパティは無視されます。

Distributor接続プロパティが指定されていない場合、PublisherとDistributorはSQL Serverの同一インスタンスであり、Distributorに接続時にPublisher接続プロパティが使用されると仮定されます。

適用対象