Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.36 KB

File metadata and controls

34 lines (30 loc) · 1.36 KB
title LevelDepth Property (ADO MD) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
LevelDepth
Member::LevelDepth
helpviewer_keywords
LevelDepth property [ADO MD]
ms.assetid 8a1cfe2c-f207-4445-b152-ade090f64608
author MightyPen
ms.author genemi

LevelDepth Property (ADO MD)

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 Memberobject from the root level of the hierarchy. The LevelDepthof a member at the root level is 0. This corresponds to the Depth property of a Level object.

Applies To

Member Object (ADO MD)

See Also

Depth Property (ADO MD)
Level Object (ADO MD)