MergeSynchronizationAgent.PublisherLogin 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 Publisher by using SQL Server Authentication.
public:
virtual property System::String ^ PublisherLogin { System::String ^ get(); void set(System::String ^ value); };
public virtual string PublisherLogin { get; set; }
member this.PublisherLogin : string with get, set
Public Overridable Property PublisherLogin As String
Property Value
A String value that is the login name.
Implements
Remarks
When possible, use Windows Authentication.
When it is possible, we recommend that users enter security credentials at run time. If you must store credentials, use the cryptographic services provided by the Microsoft .NET Framework.
This property is required if the PublisherSecurityMode property is set to Standard.