Partager via


Membres Member

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

Le type Member expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of Member are equal. (Se substitue à Object. . :: . .Equals(Object).)
Méthode publique FetchAllProperties Retrieves all member properties from the server.
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetChildren() () () () Returns a MemberCollection that contains a collection of child members for the Member.
Méthode publique 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.
Méthode publique 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.
Méthode publique 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.
Méthode publique GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Se substitue à Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString A String that contains the name of the Member. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two instances of Member are equal.
Opérateur publicMembre statique Inequality Determines whether two instances of Member are unequal.

Haut de la page

Propriétés

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

Haut de la page