Item プロパティ (Int32)
指定したインデックスの CellProperty をコレクションから取得します。Microsoft Visual C# の場合、このプロパティは CellPropertyCollection クラスのインデクサとなります。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As CellProperty
Get
'使用
Dim instance As CellPropertyCollection
Dim index As Integer
Dim value As CellProperty
value = instance(index)
public CellProperty this[
int index
] { get; }
public:
property CellProperty^ default[int index] {
CellProperty^ get (int index);
}
member Item : CellProperty
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
検索する CellProperty の 0 から始まるインデックスです。