Skip to main content

ConnectionPropertiesPage.GetAvailableServers() Method

Requests the list of Microsoft SQL Server instances available on the network.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void GetAvailableServers()

Remarks

You can access the collection of available SQL Server instances using the ConnectionPropertiesPage.AvailableServers property.

The ConnectionPropertiesPage.ServerNameLookup property specifies the currently selected SQL Server.

See Also