PerspectiveHierarchyCollection.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Item[String] |
Obtient l’objet PerspectiveHierarchy de la collection avec le HierarchyID spécifié. |
Item[Int32] |
Obtient l’objet PerspectiveHierarchy de la collection, à l’index spécifié. |
Item[String]
Obtient l’objet PerspectiveHierarchy de la collection avec le HierarchyID spécifié.
public Microsoft.AnalysisServices.PerspectiveHierarchy this[string hierarchyId] { get; }
member this.Item(string) : Microsoft.AnalysisServices.PerspectiveHierarchy
Default Public ReadOnly Property Item(hierarchyId As String) As PerspectiveHierarchy
Paramètres
- hierarchyId
- String
HierarchyID de l’objet PerspectiveHierarchy à retourner.
Valeur de propriété
PerspectiveHierarchy avec le HierarchyID spécifié.
Exceptions
La collection ne contient pas de PerspectiveHierarchy avec le HierarchyID spécifié.
S’applique à
Item[Int32]
Obtient l’objet PerspectiveHierarchy de la collection, à l’index spécifié.
public Microsoft.AnalysisServices.PerspectiveHierarchy this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.PerspectiveHierarchy
Default Public ReadOnly Property Item(index As Integer) As PerspectiveHierarchy
Paramètres
- index
- Int32
Index de base zéro de l’objet PerspectiveHierarchy à retourner.
Valeur de propriété
PerspectiveHierarchy au niveau de l'index spécifié.
Exceptions
L’index spécifié n’est pas une valeur valide (inférieure à zéro ou supérieure au nombre total d’éléments).