MergeSynchronizationAgent.SubscriberLogin 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當使用 SQL Server Authentication 連接到訂閱者時,所使用的登入名稱。
public:
virtual property System::String ^ SubscriberLogin { System::String ^ get(); void set(System::String ^ value); };
public virtual string SubscriberLogin { get; set; }
member this.SubscriberLogin : string with get, set
Public Overridable Property SubscriberLogin As String
屬性值
登入名稱的 String 值。
實作
備註
如果是提取訂閱,合併代理程式一律會使用 Windows 整合式驗證連接到本機訂閱者,而且會忽略這個屬性。
如果屬性設定為,則需要這個屬性 SubscriberSecurityMode Standard 。