Partager via


Membres Hierarchy

Represents a dimension hierarchy contained by a dimension or set.

Le type Hierarchy expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of Hierarchy are equal. (Se substitue à Object. . :: . .Equals(Object).)
Méthode protégée Finalize (Hérité de Object.)
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 Returns a String that represents the current Hierarchy. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two specified instances of Hierarchy are equal.
Opérateur publicMembre statique Inequality Determines whether two specified instances of Hierarchy have different values.

Haut de la page

Propriétés

  Nom Description
Propriété publique Caption Gets the caption of the Hierarchy.
Propriété publique DefaultMember Gets the unique name of the default member for the Hierarchy.
Propriété publique Description Gets the description of the Hierarchy.
Propriété publique DisplayFolder This member is reserved for future use.
Propriété publique HierarchyOrigin Gets the hierarchy type of the Hierarchy.
Propriété publique Levels Gets a LevelCollection that contains the levels of the Hierarchy.
Propriété publique Name Gets the name of the Hierarchy.
Propriété publique ParentDimension Gets a Dimension that contains the Hierarchy.
Propriété publique Properties Gets a PropertyCollection that contains the properties associated with the Hierarchy.
Propriété publique UniqueName Gets the unique name of the Hierarchy.

Haut de la page