次の方法で共有


CellSet.Item プロパティ (Int32)

インデックスで Cell のインスタンスを取得します。 Microsoft Visual C# の場合、このプロパティは CellSet クラスのインデクサーとなります。

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

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Cell 
    Get
'使用
Dim instance As CellSet 
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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index
    型: System.Int32
    検索する Cell の 0 から始まるインデックスです。

プロパティ値

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

説明

このプロパティは機能的には CellSet.Cells.Item(index) と同等です。 詳細については、「Item」を参照してください。

関連項目

参照

CellSet クラス

Item オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間