Description
Returns a particular database type (McDBType) instance from this collection.
-
Property type
-
A McDBType object.
-
Syntax
-
object.Item(Index)
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBTypes. | | Index | Required. A Variant value. The numeric index or name of the McDBType to retrieve.
| Remarks
This property is Nothing if an invalid Index is requested. Therefore, it can be used to test for name uniqueness before Add or Remove is called.
|