ProxyAccount Constructor (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 (in microsoft.sqlserver.smo.dll)
語法
'宣告
Public Sub New ( _
jobServer As JobServer, _
name As String _
)
public ProxyAccount (
JobServer jobServer,
string name
)
public:
ProxyAccount (
JobServer^ jobServer,
String^ name
)
public ProxyAccount (
JobServer jobServer,
String name
)
public function ProxyAccount (
jobServer : JobServer,
name : String
)
參數
- jobServer
A JobServer object that specifies the SQL Server Agent Service.
- name
A String value that specifies the name of the proxy account.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
範例
How to: Allow User Access to Subsystem by Using a Proxy Account in Visual Basic .NET
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
ProxyAccount Class
ProxyAccount Members
Microsoft.SqlServer.Management.Smo.Agent Namespace
其他資源
Scheduling Automatic Administrative Tasks in SQL Server Agent
自動化管理工作 (SQL Server Agent)
sp_add_proxy (Transact-SQL)
sp_grant_proxy_to_subsystem (Transact-SQL)