PerspectiveMeasureGroupCollection.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 PerspectiveMeasureGroup that has the specified MeasureGroupID from the collection.
public Microsoft.AnalysisServices.PerspectiveMeasureGroup Find (string measureGroupId);
member this.Find : string -> Microsoft.AnalysisServices.PerspectiveMeasureGroup
Public Function Find (measureGroupId As String) As PerspectiveMeasureGroup
Parameters
- measureGroupId
- String
The MeasureGroupID of the PerspectiveMeasureGroup to locate.
Returns
The PerspectiveMeasureGroup with the specified MeasureGroupID, if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).