ITransSynchronizationAgent.DistributorLogin Property

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

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

Syntax

'Declaration
Property DistributorLogin As String 
    Get 
    Set
'Usage
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.DistributorLogin

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

Property Value

Type: String
The login name.

See Also

Reference

ITransSynchronizationAgent Interface

Microsoft.SqlServer.Replication Namespace