Compartir a través de


Login Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

The Windows account must have sufficient privileges on the computer to start the replication agent. For more information, see Modelo de seguridad del Agente de replicación.

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