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

登入名稱的 String 值。

實作

備註

如果屬性設定為,則需要這個屬性 DistributorSecurityMode Standard

若為發送訂閱,合併代理程式一律會使用 Windows 整合式驗證連接到散發者,並忽略這個屬性。

如果未指定「散發者」連接屬性,則會假設「發行者」和「散發者」是相同的實例, SQL Server 而且在連接到「散發者」時,會使用「發行者」連接屬性。

適用於