Share via


Member Members

Include Protected Members
Include Inherited Members

Represents a single member within a hierarchy, tuple, level, or member.

The Member type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two instances of Member are equal. (Overrides Object.Equals(Object).)
Public method FetchAllProperties() Retrieves all member properties from the server.
Protected method Finalize() (Inherited from Object.)
Public method GetChildren() Returns a MemberCollection that contains a collection of child members for the Member.
Public method GetChildren(Int64, Int64) Returns a MemberCollection that contains a collection of child members for the Member. The returned object contains up to count members, and begins at the position indicated by start.
Public method GetChildren(Int64, Int64, array<MemberFilter[]) Returns a MemberCollection that contains a collection of child members for the Member. The returned object contains up to count members, begins at the position indicated by the start parameter, and is filtered by the filters parameters.
Public method GetChildren(Int64, Int64, array<String[], array<MemberFilter[]) Returns a MemberCollection that contains a collection of child members for the Member. The returned object contains up to count members, begins at the position indicated by the start parameter, and is filtered by the filters parameters. Each member caches the properties indicated by the Array passed into the properties parameter. Note   For performance reasons, this overload should be used only if non-default member properties are needed. Default member properties include Name, UniqueName, Caption, ChildCount, Description, LevelDepth, LevelName, Parent, ParentLevel, and Type.
Public method GetHashCode() Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() A String that contains the name of the Member. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(Member, Member) Determines whether two instances of Member are equal.
Public operatorStatic member Inequality(Member, Member) Determines whether two instances of Member are unequal.

Top

Properties

  Name Description
Public property Caption Gets the caption of the Member.
Public property ChildCount Gets the estimated count of child members contained in the Member.
Public property Description Gets the descriptive text of the Member.
Public property DrilledDown Indicates whether no children immediately follow the member on the axis.
Public property LevelDepth Gets the ordinal position of the level that contains the Member.
Public property LevelName Gets the name of the level that contains the Member.
Public property MemberProperties Gets a MemberPropertyCollection that contains a collection of member properties for the Member.
Public property Name Gets the name of the Member.
Public property Parent Gets a reference to the parent Member, if applicable, that contains the Member.
Public property ParentLevel This property gets a Level that contains the Member.
Public property ParentSameAsPrevious Returns whether the parent of this position member is the same as the parent of the immediately preceding member.
Public property Properties Gets a PropertyCollection that contains the properties associated with the Member.
Public property Type Gets the member type of the Member.
Public property UniqueName Gets the unique name of the Member.

Top