Compartilhar via


Propriedade do RDL ITransSynchronizationAgent.SubscriberLogin

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 (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Property SubscriberLogin As String 
    Get 
    Set
'Uso
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.SubscriberLogin

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

Valor da propriedade

Tipo: System.String
The login name that is used when connecting to the Subscriber by using SQL Server Authentication.

Consulte também

Referência

ITransSynchronizationAgent Interface

Namespace Microsoft.SqlServer.Replication