Version

IMember Interface Members

The following tables list the members exposed by IMember.

Public Properties
 NameDescription
 PropertyChildCountGets the calculated child count. You CAN NOT rely on this property because this can be an estimate. Providers should return exact number if possible. The number of members in Members collection can be used instead.  
 PropertyDrilledDownGets a value indicating whether at least one child of this member is placed imediately after this member in result tuple set..  
 PropertyHasChildrenDetermines whether the specified member has children.  
 PropertyIsCalculatedGets a value indicating whether this instance is calculated.  
 PropertyIsTotalGets a value indicating whether this member is total.  
 PropertyLevelDepthGets the depth of the level to which this member belongs.  
 PropertyLevelNameGets the name of the level to which this member belongs.  
 PropertyMembersGets a ReadOnlyCollection with the members that are childs of the current member.  
 PropertyOrderByKeyGets the object used as key when is performed headers sorting.  
 PropertyParentLevelGets the level that contains the Member.  
 PropertyParentMemberGets the parent member.  
 PropertyParentSameAsPreviousGets a value indicating whether this member has the same parent as the member at the same position from the previous tuple in the result set.  
 PropertyParentUniqueIdGets the UniqueId of the parent member.  
 PropertyParentUniqueNameGets the parent unique name of the member.  
 PropertyScopeGets the scope of this member. This is null for non-calculated members.  
 PropertyTagGets the user data attached to this instance.  
 PropertyTupleGets the tuple this member belongs to.  
 PropertyUniqueIdGets the number that identifies this IMember uniquely.  
See Also