Description
Returns
the number of items in the collection. Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie.
Syntaxe
VBScript
collection.Count
Perl
$collection->Count();
- Identificateur
- Description
- collection
- A SchemaRevs collection object, representing the set of schema
revisions associated with the current schema repository (master database).
- Return value
- A Long indicating the number of items in the collection object.
This method returns zero if the collection contains no items.