다음을 통해 공유


Application Object

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

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

현재 개체를 보여 주는 SQL-DMO 개체 모델

주의

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.