次の方法で共有


PerspectiveMeasureGroupCollection.Find メソッド

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

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

構文

'宣言
Public Function Find ( _
    measureGroupId As String _
) As PerspectiveMeasureGroup
'使用
Dim instance As PerspectiveMeasureGroupCollection 
Dim measureGroupId As String 
Dim returnValue As PerspectiveMeasureGroup 

returnValue = instance.Find(measureGroupId)
public PerspectiveMeasureGroup Find(
    string measureGroupId
)
public:
PerspectiveMeasureGroup^ Find(
    String^ measureGroupId
)
member Find : 
        measureGroupId:string -> PerspectiveMeasureGroup
public function Find(
    measureGroupId : String
) : PerspectiveMeasureGroup

パラメーター

戻り値

型: Microsoft.AnalysisServices.PerspectiveMeasureGroup
コレクションに存在する場合は PerspectiveMeasureGroup、存在しない場合は NULL 参照 (Visual Basic では Nothing) です。

関連項目

参照

PerspectiveMeasureGroupCollection クラス

Microsoft.AnalysisServices 名前空間