PerspectiveKpiCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 未満または要素の合計数より大きい)。