Skip to main content
A newer version of this page is available. .

ConnectionPropertiesPage.ServerName Property

Specifies the name of a server to which the connection should be established.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual string ServerName { get; set; }

Property Value

Type Description
String

A String value, specifying the server name.

Remarks

This property is in effect for the following data providers.

  • Amazon Redshift
  • Firebird
  • IBM DB2
  • MySQL
  • Oracle
  • Pervasive PSQL
  • PostgreSQL
  • SAP Sybase ASE
  • SAP Sybase SQL Anywhere
  • Teradata
See Also