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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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