IMetabaseSecurityClassesAttributes.Add

Syntax

Add(ClassId: Integer): IMetabaseSecurityClassAttributes;

Parameters

ClassId. Object type identifier.

Description

The Add method adds attributes for object type by identifier.

Comments

An object type identifier is determined using the IMetabaseSecurityClassAttributes.ClassId property or the MetabaseObjectClass enumeration.

Example

The method use is given in the example for IMetabaseSecurityObjectsAttributes.Classes.

See also:

IMetabaseSecurityClassesAttributes