ProxyAccount 构造函数 (JobServer, String)

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

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub New ( _
    jobServer As JobServer, _
    name As String _
)
用法
Dim jobServer As JobServer
Dim name As String

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

参数