CellPropertyCollection.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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

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

関連項目

参照

CellPropertyCollection クラス

Item オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間