IMetabaseUsersUpdate.Add

Syntax

Add(Value: IMetabaseUser);

Add(Prognoz.Platform.Interop.Metabase.IMetabaseUser);

Parameters

Value. Repository user whom necessary to update.

Description

The Add method adds a repository user in a list for updating.

Comments

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

The IMetabaseSecuritySubjectUpdateSetup.UpdateType method is used to change the way of updating users.

Example

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

See also:

IMetabaseUsersUpdate