AggregationAttributeCollection.Find(String) Method

Definition

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

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

Parameters

attributeId
String

The AttributeID of the AggregationAttribute to locate.

Returns

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

Applies to