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


Метод PerspectiveMeasureCollection.Find

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Find ( _
    measureId As String _
) As PerspectiveMeasure
'Применение
Dim instance As PerspectiveMeasureCollection 
Dim measureId As String 
Dim returnValue As PerspectiveMeasure 

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

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.PerspectiveMeasure
The PerspectiveMeasure if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

См. также

Справочник

PerspectiveMeasureCollection Класс

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