Поделиться через


Метод PerspectiveMeasureGroupCollection.Find

Finds 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).

См. также

Справочник

PerspectiveMeasureGroupCollection Класс

Пространство имен Microsoft.AnalysisServices