IMetabaseUsersUpdate.Add

Syntax

Add(Value: IMetabaseUser);

Parameters

Value. Repository user who should be updated.

Description

The Add method adds a repository user to update list.

Comments

The MetabaseSecuritySubjectUpdateType.DBGrantCreate method will be used to update users.

To change the type of user update, use the IMetabaseSecuritySubjectUpdateSetup.UpdateType method.

Example

The method use is given in the example for IMetabaseSecurity.CreateUsersUpdate.

See also:

IMetabaseUsersUpdate