AggregationInstanceAttributeCollection.Find(String) Method

Definition

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

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

Parameters

attributeId
String

The AttributeID of the AggregationInstanceAttribute to locate.

Returns

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

Applies to