CellCollection.Item プロパティ (Int32, Int32)

2 次元インデックス スキームを使用して、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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index1
    型: System.Int32
    最初のインデックスです。
  • index2
    型: System.Int32
    2 番目のインデックスです。

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.Cell
指定したインデックスにある Cell です。

関連項目

参照

CellCollection クラス

Item オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間