Description

Return a particular McDBDatabase instance from this McDBDatabases collection.

Property type

A McDBDatabase object.  

Syntax

object.Item(Index)

The Item Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBDatabases.
IndexRequired. A Variant value.

The (0-based) numeric index or string Logical McDBDatabase.Name to retrieve.

Remarks

This method/property will return Nothing if an invalid value is specified for Index.