PerspectiveAttributeCollection.Find(String) 메서드

정의

컬렉션에서 지정된 AttributeID가 있는 PerspectiveAttribute를 가져옵니다.

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

매개 변수

attributeId
String

찾을 PerspectiveAttribute의 AttributeID입니다.

반환

컬렉션에 있으면 지정된 AttributeID가 있는 PerspectiveAttribute이고, 그렇지 않으면 null 참조(Visual Basic의 경우 Nothing)입니다.

적용 대상