Share via


Find 메서드

Gets the PerspectiveMeasureGroup that has the specified identifier from the collection.

네임스페이스:  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
The PerspectiveMeasureGroup if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).