MergeSynchronizationAgent.PublisherLogin 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過 SQL Server 認證取得或設定連接 Publisher 時使用的登入名稱。
public:
virtual property System::String ^ PublisherLogin { System::String ^ get(); void set(System::String ^ value); };
public virtual string PublisherLogin { get; set; }
member this.PublisherLogin : string with get, set
Public Overridable Property PublisherLogin As String
屬性值
一個 String 值,就是登入名稱。
實作
備註
盡可能使用 Windows 驗證。
在可能的情況下,我們建議使用者在執行時輸入安全憑證。 如果你必須儲存憑證,請使用 Microsoft .NET Framework 提供的密碼學服務。
若 PublisherSecurityMode 該屬性設為 Standard,則此屬性是必要的。