Compartilhar via


Propriedade do RDL IMergeSynchronizationAgent.DistributorLogin

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

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

Sintaxe

'Declaração
Property DistributorLogin As String 
    Get 
    Set
'Uso
Dim instance As IMergeSynchronizationAgent 
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)

Valor da propriedade

Tipo: System.String
A String value that is the login name.

Consulte também

Referência

IMergeSynchronizationAgent Interface

Namespace Microsoft.SqlServer.Replication