PerspectiveAttributeCollection.Find(String) Method

Definition

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

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

Parameters

attributeId
String

The AttributeID of the PerspectiveAttribute to locate.

Returns

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

Applies to