IMetabaseSecurityClassesAttributes.RemoveByClass

Syntax

RemoveByClass(ClassId: Integer): Boolean;

Parameters

ClassId. Object type identifier.

Description

The RemoveByClass method removes object type attributes 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 IMetabaseSecurityClassAttributes.ClassId.

See also:

IMetabaseSecurityClassesAttributes