次の方法で共有


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 の、0 から始まるインデックスです。

プロパティ値

指定したインデックスにある PerspectiveAttribute です。

例外

指定したインデックスが有効な値ではありません (0 未満または要素の合計数より大きい)。

適用対象