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.