DrilledDown Property (ADO MD)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 MD API Reference

DrilledDown Property

Indicates whether no 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 there is one or more child members of the current member 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.

See Also

ParentSameAsPrev Property

Applies To: Member Object

© 1998-2003 Microsoft Corporation. All rights reserved.