次の方法で共有


Developing SQL-DMO Applications

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

SQL Distributed Management Objects (SQL-DMO) is a collection of objects encapsulating Microsoft SQL Server database management and replication management.

SQL-DMO is a dual interface COM in-process server implemented as a dynamic-link library (DLL). When creating a SQL-DMO application, you can use any OLE Automation controller or COM client development platform using C or C++.

SQL-DMO automates:

  • Repetitive or commonly performed SQL Server administrative tasks.
  • SQL Server object creation and administration.
  • Creation and administration of SQL Server Agent jobs, alerts, and operators.
  • SQL Server replication installation and configuration.

SQL-DMO documentation covers the components of SQL-DMO, their use in developing applications, and SQL-DMO application construction. It also includes a detailed component reference.

参照

その他の技術情報

SQL Native Client のプログラミング

ヘルプおよび情報

SQL Server 2005 の参考資料の入手