Compartilhar via


Propriedade do RDL Login

Gets or sets the name of the Microsoft Windows security account.

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

Sintaxe

'Declaração
Property Login As String
    Get
    Set
'Uso
Dim instance As IProcessSecurityContext
Dim value As String

value = instance.Login

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

Valor da propriedade

Tipo: System. . :: . .String
A String value.

Comentários

The Windows account must have sufficient privileges on the computer to start the replication agent. For more information, see Modelo de segurança do agente de replicação.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.