Application Object

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

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

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

Properties

BlockingTimeout Property

ODBCVersionString Property

FullName Property

UseCurrentUserServerGroups Property

GroupRegistrationServer Property

VersionBuild Property

GroupRegistrationVersion Property

VersionMajor Property

Name Property

VersionMinor Property

Methods

ListAvailableSQLServers Method

Quit Method

주의

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.