Skip to main content

ConnectionPropertiesPage.AvailableServers Property

Provides access to the list of available Microsoft SQL Server instances.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual IEnumerable<string> AvailableServers { get; protected set; }

Property Value

Type Description
IEnumerable<String>

The collection of strings that specify names of Microsoft SQL Server instances.

See Also