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