GetEnabledPackageRevs
Description
Returns a collection object representing the PackageRev set that is enabled in the current schema revision.
Use with GetEnabledEntityDefs
to discover which packages and package revisions apply to the current user
database.
You can also call this method from the Session object, in which case the schema revision is already known when you log onto the user database.
Syntax
VBScript
schemaRev.GetEnabledPackageRevs
Perl
$schemaRev->GetEnabledPackageRevs
()
;
- Identifier
- Description
- schemaRev
- A SchemaRev object.
- Return values
- The PackageRevs collection object of the PackageRev set.