다음을 통해 공유


ProxyAccount 생성자 (JobServer, String, String)

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub New ( _
    jobServer As JobServer, _
    proxyName As String, _
    credentialName As String _
)
‘사용 방법
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
)

매개 변수

SQL Server 에이전트에서 자동 관리 태스크 예약

참고 항목

참조

ProxyAccount 클래스

ProxyAccount 오버로드

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스

관련 자료

관리 태스크 자동화(SQL Server 에이전트)

sp_add_proxy(Transact-SQL)

sp_grant_proxy_to_subsystem(Transact-SQL)