Parent Property (ADO MD)

           

The Parent property returns the Member object that is the parent of the current member in the hierarchy.

Return Values

Parent 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.