ExternalDataSourceManager.<Name of external source>.SetUserConnectionParameters

Syntax:

SetUserConnectionParameters(<IBUser>, <ConnectionParameters>)

Parameters:

<IBUser> (required)

Type: String.
Name of infobase user, for which the connection parameters are specified.

<ConnectionParameters> (required)

Type: ExternalDataSourceConnectionParameters.
Connection parameters to be specified.

Description:

Sets connection parameters for a user.

Availability:

Server, thick client, external connection.

Note:

If the user does not have right to modify the property value and the property value is modified, the exception is raised. For example, the user does not have the StandardAuthenticationChange right and the UserName was set in the parameter. In this case the exception will be raised.
For the UserName, Password, PasswordIsSet properties the StandardAuthenticationChange right is verified.

    

1C:Enterprise Developer's Community