次の方法で共有


LevelPropertyCollection.Item プロパティ (Int32)

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

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

構文

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

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

パラメーター

プロパティ値

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

関連項目

参照

LevelPropertyCollection クラス

Item オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間