MeasureGroupAttributeCollection.Find(String) Method

Definition

Gets the MeasureGroupAttribute that has the specified AttributeID from the collection.

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

Parameters

attributeId
String

The AttributeID of the MeasureGroupAttribute to locate.

Returns

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

Applies to