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.

Syntaxe

VBScript

schemaRev.GetEnabledEntityDefs packName, rev 

Perl

$schemaRev->GetEnabledEntityDefs(packName, rev); 
Identificateur
Description
schemaRev
A SchemaRev object.
packName
A String that specifies the package name.
rév
A String that specifies the package revision.
Valeur renvoyée
The EntityDefs object for the current package revision.

Feedback