AggregationCollection.FindByName(String) 메서드

정의

컬렉션에서 지정된 이름을 가진 Aggregation를 가져옵니다.

public Microsoft.AnalysisServices.Aggregation FindByName (string name);
member this.FindByName : string -> Microsoft.AnalysisServices.Aggregation
Public Function FindByName (name As String) As Aggregation

매개 변수

name
String

찾을 Aggregation의 이름입니다.

반환

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

적용 대상