ListLocallyConfiguredSQLServers List

Description

Returns a list of Name objects that contain locally configured SQL Server names. Locally configured SQL Server names are managed with the SQL Client Configuration Utility.

Visual Basic

ServerNameList = Application.ListLocallyConfiguredSQLServers

C++

HRESULT pApplication->ListLocallyConfiguredSQLServers ( LPSQLOLENAMELIST* ppServerNameList );

Elements


Element Type Description

ServerNameList NameList Returned list of Name objects

Reference

dbserverenum