IMergeSynchronizationAgent.PublisherLogin Property

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

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

Syntax

'Declaration
Property PublisherLogin As String 
    Get 
    Set
'Usage
Dim instance As IMergeSynchronizationAgent 
Dim value As String 

value = instance.PublisherLogin

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

Property Value

Type: String
A String value that is the login name.

See Also

Reference

IMergeSynchronizationAgent Interface

Microsoft.SqlServer.Replication Namespace