TransSynchronizationAgent.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 that is used 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
The login name.
Implements
Remarks
When possible, use Windows Authentication.
For a pull subscription, the Distribution Agent always connects to the Subscriber locally by using Windows Integrated Authentication, and this property is ignored.
This is a required property if SubscriberSecurityMode property is set to Standard.