Share via


ProxyAccount.AddLogin Method

Adds a Microsoft Windows login account to the proxy account.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub AddLogin ( _
    loginName As String _
)
'Usage
Dim instance As ProxyAccount 
Dim loginName As String

instance.AddLogin(loginName)
public void AddLogin(
    string loginName
)
public:
void AddLogin(
    String^ loginName
)
member AddLogin : 
        loginName:string -> unit
public function AddLogin(
    loginName : String
)

Parameters

  • loginName
    Type: System.String
    A String value that specifies the Windows login account that is associated with the proxy account.

Examples

Scheduling Automatic Administrative Tasks in SQL Server Agent

See Also

Reference

ProxyAccount Class

Microsoft.SqlServer.Management.Smo.Agent Namespace

Other Resources

Automated Administration Tasks (SQL Server Agent)

sp_add_proxy (Transact-SQL)

sp_grant_proxy_to_subsystem (Transact-SQL)