Compartilhar via


Application Object

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

The Application object represents properties of SQL Distributed Management Objects (SQL-DMO) objects and the user application.

Modelo de objeto do SQL-DMO mostrando o objeto atual

Comentários

The Name property of the Application object cannot be set. SQL-DMO uses the version information structure of the user executable file or dynamic-link library (DLL) to fill this value when the version information structure exists.

With the Application object, you can:

  • Generate a list of available instances of Microsoft SQL Server.

  • Report version information for major components of SQL-DMO.

  • Set a blocking time-out for all SQLServer objects created in the application.