ProxyAccount 构造函数
包括受保护的成员
包括继承的成员
Initializes a new instance of the ProxyAccount class.
此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。
重载列表
名称 | 说明 | |
---|---|---|
ProxyAccount() | Initializes a new instance of the ProxyAccount class. | |
ProxyAccount(JobServer, String) | Initializes a new instance of the ProxyAccount class on the specified SQL Server Agent Service, with the specified name. | |
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. | |
ProxyAccount(JobServer, String, String, Boolean) | Initializes a new instance of the ProxyAccount class on the specified SQL Server Agent Service with the specified name and credential. It also specifies whether the proxy account is enabled. | |
ProxyAccount(JobServer, String, String, Boolean, String) | Initializes a new instance of the ProxyAccount class on the specified SQL Server Agent Service with the specified name and credential. It also specifies whether the proxy account is enabled. |
页首