AggregationInstanceMeasureCollection.Find(String) Method

Definition

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

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

Parameters

measureId
String

The MeasureID of the AggregationInstanceMeasure to locate.

Returns

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

Applies to