GetEnabledEntityDefs

Description

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.

Syntax

VBScript


schemaRev.GetEnabledEntityDefs packName, rev 

Perl


$schemaRev->GetEnabledEntityDefs(packName, rev); 
Identifier
Description
schemaRev
A SchemaRev object.
packName
A String that specifies the package name.
rev
A String that specifies the package revision.
Return value
The EntityDefs object for the current package revision.