Documents Collection

    Example    Methods    Properties

A Documents collection contains all of the CdbDocument objects for a specific type of object (Microsoft Jet databases only).




Remarks

Each CdbContainer object has a Documents collection containing CdbDocument objects that describe instances of built-in objects of the type specified by the CdbContainer.

To refer to a CdbDocument object in a collection by its ordinal number or by its Name property setting, use either of the following syntax forms:

Documents[0]

Documents["name"]