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 {dtor} Releases all resources used by the Member.
Méthode publique Dispose Releases all resources used by the Member.
Méthode publique Equals (Hérité de Object.)
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 GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

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 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 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 Type Gets the member type of the Member.
Propriété publique UniqueName Gets the unique name of the Member.

Haut de la page