AggregationDesignAttributeCollection.Find(String) Method

Definition

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

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

Parameters

attributeId
String

The AttributeID of the AggregationDesignAttribute to locate.

Returns

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

Applies to