共用方式為


PerspectiveHierarchyCollection.Item[] 屬性

定義

多載

Item[String]

從集合取得具有指定 HierarchyID 的 PerspectiveHierarchy

Item[Int32]

從集合取得位於指定索引位置的 PerspectiveHierarchy

Item[String]

從集合取得具有指定 HierarchyID 的 PerspectiveHierarchy

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

參數

hierarchyId
String

要找出之 PerspectiveHierarchy 的 HierarchyID。

屬性值

PerspectiveHierarchy具有指定 HierarchyID 的 。

例外狀況

集合未包含具有指定 HierarchyID 的 PerspectiveHierarchy

適用於

Item[Int32]

從集合取得位於指定索引位置的 PerspectiveHierarchy

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

參數

index
Int32

要傳回的 PerspectiveHierarchy 以零起始的索引。

屬性值

指定之索引處的 PerspectiveHierarchy

例外狀況

指定的索引不是有效的值 (小於零或大於項目總數)。

適用於