A newer version of this page is available.
Switch to the current version.
AsaConnectionParameters Class
Contains parameters used to establish a connection to an SAP SQL Anywhere database.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public class AsaConnectionParameters :
DataConnectionParametersBase,
IConnectionPageHostname
Public Class AsaConnectionParameters
Inherits DataConnectionParametersBase
Implements IConnectionPageHostname
Remarks
The AsaConnectionParameters class instances provide the basic parameters required to establish connection to an SAP SQL Anywhere database: the hostname and the name of the server (AsaConnectionParameters.Hostname and AsaConnectionParameters.ServerName), database name (AsaConnectionParameters.DatabaseName), user name (AsaConnectionParameters.UserName) and password (AsaConnectionParameters.Password).
To learn more about the use of classes that provide data connection parameters, see DataConnectionParametersBase.
Inheritance
Object
DataConnectionParametersBase
AsaConnectionParameters
See Also
Feedback