MergeSynchronizationAgent.SubscriberLogin Property

Definition

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.

Applies to