Bagikan melalui


ProxyAccount Constructor (JobServer, String, String)

Initializes a new instance of the ProxyAccount class on the specified SQL Server Agent Service with the specified name and credential.

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

Syntax

'Declaration
Public Sub New ( _
    jobServer As JobServer, _
    proxyName As String, _
    credentialName As String _
)
'Usage
Dim jobServer As JobServer 
Dim proxyName As String 
Dim credentialName As String 

Dim instance As New ProxyAccount(jobServer, _
    proxyName, credentialName)
public ProxyAccount(
    JobServer jobServer,
    string proxyName,
    string credentialName
)
public:
ProxyAccount(
    JobServer^ jobServer, 
    String^ proxyName, 
    String^ credentialName
)
new : 
        jobServer:JobServer * 
        proxyName:string * 
        credentialName:string -> ProxyAccount
public function ProxyAccount(
    jobServer : JobServer, 
    proxyName : String, 
    credentialName : String
)

Parameters

Examples

Scheduling Automatic Administrative Tasks in SQL Server Agent

See Also

Reference

ProxyAccount Class

ProxyAccount Overload

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)