PerspectiveKpiCollection.Item[] プロパティ

定義

オーバーロード

Item[String]

指定した KpiID を持つ PerspectiveKpi をコレクションから取得します。

Item[Int32]

指定したインデックスにある PerspectiveKpi をコレクションから取得します。

Item[String]

指定した KpiID を持つ PerspectiveKpi をコレクションから取得します。

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

パラメーター

id
String

返される PerspectiveKpi の KpiID です。

プロパティ値

PerspectiveKpi指定した KpiID を持つ 。

例外

コレクションには、指定した KpiID を持つ PerspectiveKpi が含まれません。

適用対象

Item[Int32]

指定したインデックスにある PerspectiveKpi をコレクションから取得します。

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

パラメーター

index
Int32

返される PerspectiveKpi の、0 から始まるインデックスです。

プロパティ値

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

例外

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

適用対象