SQLServer Object

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The SQLServer object exposes the attributes of an instance of Microsoft SQL Server.

Modelo de objetos SQL-DMO con el objeto actual

Properties

Methods

Notas

The SQLServer object contains the objects and collections that implement SQL Server administrative tasks for SQL Distributed Management Objects (SQL-DMO). The object enables SQL-DMO applications to connect to an instance of SQL Server by name, establishing the context for administrative tasks.

With the SQLServer object, you can:

  • Connect to an instance of SQL Server.

  • Query an instance of SQL Server to determine its installed configuration and run-time parameters.

  • Add and remove SQL Server objects, such as backup devices, databases, and logins.

  • Execute Transact-SQL or operating system commands on the server.

  • Disable processes on an instance of SQL Server.

  • Trap SQL Server events and SQLServer object events, providing status information to SQL-DMO application users or debugging information to SQL-DMO application developers.

[!NOTA]

The SQLServer object is compatible with instances of SQL Server versions 7.0 and later. However, the SQLServer2 object extends the functionality of the SQLServer object for use with features that were introduced in SQL Server 2000.

Vea también

Referencia