Skip to main content

AsaConnectionParameters Properties

Contains parameters used to establish a connection to an SAP SQL Anywhere database.
Name Description
ConnectionType Gets or sets the type of the connection to a SAP SQL Anywhere database.
DatabaseName Gets or sets the name of the database deployed on a SAP SQL Anywhere database server.
FileName 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.
ServerName Gets or sets the name of the SAP SQL Anywhere server to which the connection should be established.
UserName Gets or sets the user name used to authenticate to the SAP SQL Anywhere server.
See Also