DependencyObjects Collection
Access Developer Reference |
Represents the collection of AccessObject objects that a DependencyInfo object contains.
Remarks
To return a DependencyObjects collection, use the Dependants or Dependencies property of the DependencyInfo object.
To return a single AccessObject object, use the Item method of the DependencyObjects collection.
See Also