SQLServer Object

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

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

Modello di oggetti SQL-DMO in cui è visualizzato l'oggetto corrente

Properties

Methods

Osservazioni

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.

Vedere anche

Riferimento