Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.64 KB

File metadata and controls

35 lines (30 loc) · 1.64 KB
title DrilledDown 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
DrilledDown
Member::DrilledDown
helpviewer_keywords
DrilledDown property [ADO MD]
ms.assetid bf39dd36-fc7a-4f6e-86c0-fa71430c0d86
author MightyPen
ms.author genemi

DrilledDown Property (ADO MD)

Indicates whether children immediately follow the member on the axis.

Return Values

Returns a Boolean value and is read-only. DrilledDown returns True if there are no child members of the current member on the axis. DrilledDown returns False if the current member has one or more child members on the axis.

Remarks

Use the DrilledDown property to determine whether there is at least one child of this member on the axis immediately following this member. This information is useful when displaying the member.

This property is only supported on Member objects belonging to a Position object. An error occurs when this property is referenced from Member objects belonging to a Level object.

Applies To

Member Object (ADO MD)

See Also

ParentSameAsPrev Property (ADO MD)