HanaConnectionParameters Constructors
Stores SAP HANA connection parameters.| Name | Parameters | Description |
|---|---|---|
| HanaConnectionParameters() | none | Initializes a new instance of the HanaConnectionParameters class. |
| HanaConnectionParameters(String, Int32, String, String, String) | serverName, port, userName, password, databaseName | Initializes a new instance of the HanaConnectionParameters class with specified settings. |
See Also