CubeAttributeCollection.Find(String) 메서드

정의

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

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

매개 변수

attributeId
String

찾을 CubeAttribute의 AttributeID입니다.

반환

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

적용 대상