RelationshipEndAttributeCollection.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.
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.