次の方法で共有


Item プロパティ (Int32, Int32)

指定した座標の Cell をコレクションから取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index1 As Integer, _
    index2 As Integer _
) As Cell
    Get
'使用
Dim instance As CellCollection
Dim index1 As Integer
Dim index2 As Integer
Dim value As Cell

value = instance(index1, index2)
public Cell this[
    int index1,
    int index2
] { get; }
public:
property Cell^ default[int index1, int index2] {
    Cell^ get (int index1, int index2);
}
member Item : Cell
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

例外

例外 条件
System..::..ArgumentException

CellSet には正確には 2 つの軸はありません。

System..::..ArgumentOutOfRangeException

index1 または index2 が 0 より小さいか、または各軸の組数より大きくなっていました。

説明

このプロパティは、2 次元のセル セットに対して最適化されています。2 次元より多い、または少ない次元を含むセル セットでこれを使用しようとすると、例外が発生します。

注意注意

このプロパティは最適化されており、厳密に 2 つの軸を含むセル セットでのみ使用できます。