Back to Devexpress

AdvantageServerType Enum

corelibraries-devexpress-dot-dataaccess-dot-connectionparameters-545ea4e2.md

latest1.8 KB
Original Source

AdvantageServerType Enum

Lists values that identify the type of the Advantage server.

Namespace : DevExpress.DataAccess.ConnectionParameters

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum AdvantageServerType
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum AdvantageServerType

Members

NameDescription
Local

Identifies the Local server type.

| | Remote |

Identifies the Remote server type.

| | Internet |

Identifies the Internet server type.

|

The following properties accept/return AdvantageServerType values:

LibraryRelated API Members
Cross-Platform Class LibraryAdvantageConnectionParameters.ServerType
WPF ControlsConnectionPropertiesPage.ServerTypeAdvantage

Remarks

Values listed in this enumeration are used to set the AdvantageConnectionParameters.ServerType property.

See Also

DevExpress.DataAccess.ConnectionParameters Namespace