RelationshipEndAttributeCollection.Find(String) 메서드

정의

지정된 AttributeID를 가진 RelationshipEndAttribute 또는 찾을 수 없는 경우 null을 반환합니다.

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

매개 변수

attributeId
String

반환할 RelationshipEndAttribute의 AttributeID입니다.

반환

지정된 AttributeID를 가진 RelationshipEndAttribute 또는 찾을 수 없는 경우 null입니다.

적용 대상