Skip to main content

ConnectionPropertiesPage.ServerNameLookup Property

Specifies the name of the Microsoft SQL Server to which the connection should be established.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string ServerNameLookup { get; set; }

Property Value

Type Description
String

A String value that specifies the server name.

Remarks

This property is in effect for Microsoft SQL Servers only. For other data providers, use the ConnectionPropertiesPage.ServerName property.

See Also