Item プロパティ (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 CellSet
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> [] () [] []
CellSet 内の軸の数以下の数の要素を含む Integer 値の配列です。