Syntaxe
VBScript
collection.Item(itemNum)
collection.Item(name)
Perl
$collection->Item(itemNum);
$collection->ItemByName(name);
- Identificateur
- Description
- collection
- An EntityDefs collection object representing the set of
EntityDefs in a schema.
- itemNum
- A Long that serves as an index into the collection. This
index is 0-based so the first item in the collection is numbered 0, not 1.
- name
- A String that serves as a key into the collection. This
string corresponds to the unique key returned by the DisplayName of
the desired EntityDefs.
- Valeur renvoyée
- The EntityDef object at the specified location in the collection.