TransSynchronizationAgent.SubscriberLogin Property

Gets or sets the login name that is used when connecting to the subscriber by using SQL Server Authentication.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public Overridable Property SubscriberLogin As String 
    Get 
    Set
'Usage
Dim instance As TransSynchronizationAgent 
Dim value As String 

value = instance.SubscriberLogin

instance.SubscriberLogin = value
public virtual string SubscriberLogin { get; set; }
public:
virtual property String^ SubscriberLogin {
    String^ get ();
    void set (String^ value);
}
abstract SubscriberLogin : string with get, set 
override SubscriberLogin : string with get, set
function get SubscriberLogin () : String 
function set SubscriberLogin (value : String)

Property Value

Type: System.String
The login name.

Implements

ITransSynchronizationAgent.SubscriberLogin

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.

See Also

Reference

TransSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace