CubeAttributeCollection.Find(String) Method

Definition

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

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

Parameters

attributeId
String

The AttributeID of the CubeAttribute to locate.

Returns

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

Applies to