AggregationDimensionCollection.Find(String) 메서드

정의

컬렉션에서 지정된 CubeDimensionID가 있는 AggregationDimension을 가져옵니다.

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

매개 변수

cubeDimensionId
String

찾을 AggregationDimension의 CubeDimensionID입니다.

반환

컬렉션에 있는 경우 지정된 CubeDimensionID를 가진 AggregationDimension이거나 null 참조(Visual Basic의 경우 Nothing)입니다.

적용 대상