次の方法で共有


Item プロパティ (Int32)

指定したインデックスの Cell をコレクションから取得します。Microsoft Visual C# の場合、このプロパティは CellCollection クラスのインデクサとなります。

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

構文

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

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

パラメーター

説明

セルは、深さ優先フラット化構造内の CellCollection に格納されます。この構造では、各軸が順番に完全に表現されます。