Provides information about an McDBNode reference in this McDBNodes collection.
Property type
A String value.
Syntax
object.ItemInfo(Index, [DesiredInfo])
The ItemInfo Property syntax has these parts:
Part
Description
object
An expression evaluating to an object of type McDBNodes.
Index
Required. A Long value.
The [long] ordinal index into this McDBNodes collection of the Item for which to retreive the reference information. This value is the same as a numeric Index to Item.
DesiredInfo
Optional. A mcdbInfoType enumeration, as described in settings.
The type of information to retrieve about the reference (mcdbDatabaseName by default)
A McDBNodes collection can contain references to McDBNode instances that do not resolve (e.g. if their targets reside in an unavailable foreign McDBDatabase). This method will return the information available about any reference in this McDBNodes collection.