Skip to main content

AdvantageConnectionParameters.ServerType Property

Gets or sets the type of the Advantage server.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public AdvantageServerType ServerType { get; set; }

Property Value

Type Description
AdvantageServerType

A AdvantageServerType enumeration value that specifies the type of the Advantage server.

Available values:

Name Description
Local

Identifies the Local server type.

Remote

Identifies the Remote server type.

Internet

Identifies the Internet server type.

See Also