Поделиться через


Свойство Login

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Property Login As String
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .String
A String value.

Замечания

The Windows account must have sufficient privileges on the computer to start the replication agent. For more information, see Модель безопасности агента репликации.

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