Returns the collection (an EntityDefs object) of EntityDef objects that are enabled in the current schema for a given package revision.
Use with GetEnabledPackageRevs to discover which packages and package revisions apply to the current user database.
VBScript
schemaRev.GetEnabledEntityDefs packName, rev
Perl
$schemaRev->GetEnabledEntityDefs(packName, rev);