다음을 통해 공유


ListAvailableSQLServers Method

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

The ListAvailableSQLServers method returns a NameList object that enumerates network-visible instances of Microsoft SQL Server.

구문

object
.ListAvailableSQLServers(
)
as
NameList

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT ListAvailableSQLServers(
LPSQLDMONAMELIST* ppServerNames);

Returns

A NameList object that enumerates instances of SQL Server.

주의

Nondefault instances of SQL Server are displayed in the form of SERVERNAME/INSTANCENAME.

[!참고] The ListAvailableSQLServers method maps to the ODBC SQLBrowseConnect function, which does not support connection pooling. Therefore, an application that enables connection pooling might encounter the error "Microsoft SQL-DMO (0x800A000E) [SQL-DMO] Not enough storage is available to complete this operation." when calling ListAvailableSQLServers.

Applies To:

Application Object