Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.29 KB

File metadata and controls

33 lines (29 loc) · 1.29 KB
title Parent 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
Parent
Member::Parent
helpviewer_keywords
Parent property [ADO MD]
ms.assetid 32c278c1-d8e1-4bb7-9ecd-2fbfdffee34b
author MightyPen
ms.author genemi

Parent Property (ADO MD)

Indicates the member that is the parent of the current member in a hierarchy.

Return Values

Returns a Member object and is read-only.

Remarks

A member that is at the top level of a hierarchy (the root) has no parent. This property is supported only on Member objects belonging to a Level object. An error occurs when this property is referenced from Member objects belonging to a Position object.

Applies To

Member Object (ADO MD)

See Also

Children Property (ADO MD)