JobServer Object
この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。
The JobServer object exposes attributes associated with SQL Server Agent. SQL Server Agent is responsible for executing scheduled jobs and notifying operators of Microsoft SQL Server error conditions or other SQL Server execution or job states.
Properties
|
Methods
|
解説
With the JobServer object, you can:
- Start or stop SQL Server Agent on a server running SQL Server.
- Manage alerts, jobs, and operators.
- Enlist the server in a multiserver administration group.
メモ : |
---|
The JobServer object is compatible with instances of SQL Server versions 7.0 and later. However, the JobServer2 object extends the functionality of the JobServer object for use with features that were introduced in SQL Server 2000. |