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 Programming

帮助和信息

获取 SQL Server 2005 帮助