RelationshipEndAttributeCollection.Find(String) Method

Definition

Returns the RelationshipEndAttribute with the specified AttributeID or null if not found.

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

Parameters

attributeId
String

The AttributeID of the RelationshipEndAttribute to return.

Returns

The RelationshipEndAttribute with the specified AttributeID or null if not found.

Applies to