HanaConnectionParameters Properties
Stores SAP HANA connection parameters.Name | Description |
---|---|
DatabaseName | Gets or sets the name of the database that contains the required data. Inherited from SqlServerConnectionParametersBase. |
Password | Gets or sets the password used to authenticate to a SQL server. Inherited from SqlServerConnectionParametersBase. |
PortNumber | Specifies the port number to connect to SAP HANA databases. |
ServerName | Gets or sets the name of the SQL server to which the connection should be established. Inherited from SqlServerConnectionParametersBase. |
UserName | Gets or sets the user name used to authenticate to the SQL server. Inherited from SqlServerConnectionParametersBase. |
See Also