IMetabaseSecurityClassesAttributes.FindByClass

Syntax

FindByClass(ClassId: Integer): IMetabaseSecurityClassAttributes;

Parameters

ClassId. Object type identifier.

Description

The FindByClass method searches for an object type by identifier.

Comments

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

See also:

IMetabaseSecurityClassesAttributes