Condividi tramite


Proprietà IProcessSecurityContext.Login

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Property Login As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A String value.

Osservazioni

The Windows account must have sufficient privileges on the computer to start the replication agent. For more information, see Modello di sicurezza dell'agente di replica.

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

Vedere anche

Riferimento

IProcessSecurityContext Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication