MergeSynchronizationAgent.PublisherLogin Property

Definition

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.

Applies to