CellCollection.Item プロパティ (array<Int32 )

指定したインデックスの配列を使用して、コレクションから Cell を取得します。

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

構文

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

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

パラメーター

  • indexes
    型: array<System.Int32[]
    セルのコレクションに含まれるセル要素の位置を示すために使用するインデックスの配列です。

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.Cell
Cell オブジェクトです。

関連項目

参照

CellCollection クラス

Item オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間