TransSynchronizationAgent.DistributorLogin 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 distributor by using SQL Server Authentication.
public:
virtual property System::String ^ DistributorLogin { System::String ^ get(); void set(System::String ^ value); };
public virtual string DistributorLogin { get; set; }
member this.DistributorLogin : string with get, set
Public Overridable Property DistributorLogin As String
Property Value
The login name.
Implements
Remarks
When possible, use Windows Authentication.
This property required if the DistributorSecurityMode property is set to Standard.
For a push subscription, the Distribution Agent always connects to the Distributor locally by using Windows Integrated Authentication, and this property is ignored.