LevelDepth Property (ADO MD)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 MD API Reference

LevelDepth Property

Indicates the number of levels between the root of the hierarchy and a member.

Return Values

Returns a Long integer, and is read-only.

Remarks

Use the LevelDepth property to determine the distance of the Member object from the root level of the hierarchy. The LevelDepth of a member at the root level is 0. This corresponds to the Depth property of a Level object.

See Also

Depth Property | Level Object

Applies To: Member Object

© 1998-2003 Microsoft Corporation. All rights reserved.