Item プロパティ (Int32)
指定したインデックスにある PerspectiveCalculation をコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As PerspectiveCalculation
Get
'使用
Dim instance As PerspectiveCalculationCollection
Dim index As Integer
Dim value As PerspectiveCalculation
value = instance(index)
public PerspectiveCalculation this[
int index
] { get; }
public:
property PerspectiveCalculation^ default[int index] {
PerspectiveCalculation^ get (int index);
}
member Item : PerspectiveCalculation
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
取得する PerspectiveCalculation の 0 から始まるインデックスです。
プロパティ値
型: Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
指定したインデックスにある PerspectiveCalculation です。
例外
例外 | 条件 |
---|---|
ArgumentOutOfRangeException | index に 0 より小さい値が指定されています。 -または- index に [H:Microsoft.AnalysisServices.ModelComponentCollection.Count] 以上の値が指定されています。 |