共用方式為


PerspectiveAttributeCollection.Item[] 屬性

定義

多載

Item[String]

從集合中取得具有指定 AttributeID 的 PerspectiveAttribute

Item[Int32]

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

Item[String]

從集合中取得具有指定 AttributeID 的 PerspectiveAttribute

public Microsoft.AnalysisServices.PerspectiveAttribute this[string attributeId] { get; }
member this.Item(string) : Microsoft.AnalysisServices.PerspectiveAttribute
Default Public ReadOnly Property Item(attributeId As String) As PerspectiveAttribute

參數

attributeId
String

要傳回之 PerspectiveAttribute 的 AttributeID。

屬性值

具有指定 AttributeID 的 PerspectiveAttribute

例外狀況

此集合不含具有指定 AttributeID 的 PerspectiveAttribute

適用於

Item[Int32]

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

public Microsoft.AnalysisServices.PerspectiveAttribute this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.PerspectiveAttribute
Default Public ReadOnly Property Item(index As Integer) As PerspectiveAttribute

參數

index
Int32

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

屬性值

指定之索引處的 PerspectiveAttribute

例外狀況

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

適用於