MergeSynchronizationAgent.DistributorLogin 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當使用 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 而且在連接到「散發者」時,會使用「發行者」連接屬性。