PerspectiveMeasureCollection.Find(String) Method

Definition

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

public Microsoft.AnalysisServices.PerspectiveMeasure Find (string measureId);
member this.Find : string -> Microsoft.AnalysisServices.PerspectiveMeasure
Public Function Find (measureId As String) As PerspectiveMeasure

Parameters

measureId
String

The MeasureID of the PerspectiveMeasure to locate.

Returns

The PerspectiveMeasure with the specified MeasureID, if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Applies to