次の方法で共有


PerspectiveMeasureGroupCollection.Item プロパティ (Int32)

指定したインデックスにある PerspectiveMeasureGroup をコレクションから取得します。

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

構文

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

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

パラメーター

プロパティ値

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

例外

例外 条件
ArgumentOutOfRangeException

index に 0 より小さい値が指定されています。

-または-

index に Count 以上の値が指定されています。

関連項目

参照

PerspectiveMeasureGroupCollection クラス

Item オーバーロード

Microsoft.AnalysisServices 名前空間