MeasureCollection.GetByName Method

Gets the Measure, with the specified name, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public Measure GetByName(
    string name
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.Measure
The Measure with the name specified in name.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

Reference

MeasureCollection Class

Microsoft.AnalysisServices Namespace