AsaConnectionParameters Properties
Contains parameters used to establish a connection to an SAP SQL Anywhere database.
Name | Description |
---|---|
Connection |
Gets or sets the type of the connection to a SAP SQL Anywhere database. |
Database |
Gets or sets the name of the database deployed on a SAP SQL Anywhere database server. |
File |
Gets or sets the path to the database file. |
Hostname | Gets or sets the hostname of the SAP SQL Anywhere server to which the connection should be established. |
Password | Gets or sets the password used to authenticate to the SAP SQL Anywhere server. |
Server |
Gets or sets the name of the SAP SQL Anywhere server to which the connection should be established. |
User |
Gets or sets the user name used to authenticate to the SAP SQL Anywhere server. |
See Also