PerspectiveMeasureCollection.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).