다음을 통해 공유


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 지원 받기