AttributeRelationshipCollection.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the AttributeRelationship that has the specified AttributeID from the collection.
public Microsoft.AnalysisServices.AttributeRelationship Find (string attributeId);
member this.Find : string -> Microsoft.AnalysisServices.AttributeRelationship
Public Function Find (attributeId As String) As AttributeRelationship
Parameters
- attributeId
- String
The AttributeID of the AttributeRelationship to locate.
Returns
The AttributeRelationship with the specified AttributeID, if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).