AsaConnectionParameters(String, String, String, String, String) Constructor
Initializes a new instance of the AsaConnectionParameters class.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public AsaConnectionParameters(
string serverName,
string hostname,
string databaseName,
string userName,
string password
)
Parameters
Name | Type | Description |
---|---|---|
serverName | String | A String that specifies the name of the SAP SQL Anywhere server to which the connection should be established. |
hostname | String | A String values that specifies the hostname of the SAP SQL Anywhere server to which the connection should be established. |
databaseName | String | A String value that specifies the name of the database deployed on a SAP SQL Anywhere database server. |
userName | String | A String that specifies the user name used to authenticate to the SAP SQL Anywhere server. |
password | String | A String that specifies the password used to authenticate to the SAP SQL Anywhere server. |