Count
Description
Returns the number of items in the collection.
This is a read-only property; it can be viewed but not set.
Syntax
VBScript
db_collection.Count
Perl
$db_collection->Count();
- Identifier
- Description
- db_collection
- A Databases collection object, representing the set of databases 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.