SapHanaLinkedServiceProperties interface
Properties specific to this linked service type.
Properties
| authentication |
The authentication type to be used to connect to the SAP HANA server. |
| connection |
SAP HANA ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. |
| encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
| password | Password to access the SAP HANA server. |
| server | Host name of the SAP HANA server. Type: string (or Expression with resultType string). |
| user |
Username to access the SAP HANA server. Type: string (or Expression with resultType string). |
Property Details
authenticationType
The authentication type to be used to connect to the SAP HANA server.
authenticationType?: string
Property Value
string
connectionString
SAP HANA ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
connectionString?: any
Property Value
any
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
encryptedCredential?: string
Property Value
string
password
server
Host name of the SAP HANA server. Type: string (or Expression with resultType string).
server?: any
Property Value
any
userName
Username to access the SAP HANA server. Type: string (or Expression with resultType string).
userName?: any
Property Value
any