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 統合認証を使用してローカルのディストリビューターに接続するため、このプロパティは無視されます。

ディストリビューター接続プロパティが指定されていない場合は、パブリッシャーとディストリビューターがSQL Serverの同じインスタンスであり、ディストリビューターへの接続時にパブリッシャー接続プロパティが使用されるものと見なされます。

適用対象