Updates a connection.
The identifier of a connection cannot be updated.Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- connectionId
- Type:
System String
Identifier of the connection This parameter is mandatory.
- connection
- Type: Qlik.Engine Connection
Information about the connection. Properties that can be updated. This parameter is mandatory.
- overrideCredentials (Optional)
- Type:
System Boolean
Set this parameter to true to override the user name and password. This parameter is optional.
Implements
IApp ModifyConnection(String, Connection, Boolean)See Also