次の方法で共有


PerspectiveMeasureGroupCollection.Item プロパティ (String)

指定した識別子を持つ PerspectiveMeasureGroup をコレクションから取得します。

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

構文

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

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

パラメーター

プロパティ値

型: Microsoft.AnalysisServices.PerspectiveMeasureGroup
識別子で指定した PerspectiveMeasureGroup です。

例外

例外 条件
ArgumentNullException

measureGroupID に null 参照 (Visual Basic では Nothing) が設定されています。

ItemNotFoundException

measureGroupID がコレクションに存在しません。

関連項目

参照

PerspectiveMeasureGroupCollection クラス

Item オーバーロード

Microsoft.AnalysisServices 名前空間