SapHanaLinkedServiceProperties |
SapHanaLinkedServiceProperties.withAuthenticationType(SapHanaAuthenticationType authenticationType) |
Set the authenticationType property: The authentication type to be used to connect to the SAP HANA server.
|
SapHanaLinkedServiceProperties |
SapHanaLinkedServiceProperties.withConnectionString(Object connectionString) |
Set the connectionString property: SAP HANA ODBC connection string.
|
SapHanaLinkedServiceProperties |
SapHanaLinkedServiceProperties.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
SapHanaLinkedServiceProperties |
SapHanaLinkedServiceProperties.withPassword(SecretBase password) |
Set the password property: Password to access the SAP HANA server.
|
SapHanaLinkedServiceProperties |
SapHanaLinkedServiceProperties.withServer(Object server) |
Set the server property: Host name of the SAP HANA server.
|
SapHanaLinkedServiceProperties |
SapHanaLinkedServiceProperties.withUsername(Object username) |
Set the username property: Username to access the SAP HANA server.
|