MergeSynchronizationAgent.SubscriberLogin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the login name used that is when connecting to the Subscriber by using 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
Property Value
A String value that is the login name.
Implements
Remarks
For a pull subscription, the Merge Agent always connects to the Subscriber locally by using Windows Integrated Authentication, and this property is ignored.
This property is required if the SubscriberSecurityMode property is set to Standard.