PerspectiveMeasureGroupCollection.Find(String) Method

Definition

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

Applies to