AggregationAttributeCollection.IndexOf 메서드

정의

오버로드

IndexOf(AggregationAttribute)

지정된 AggregationAttribute를 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다.

IndexOf(String)

지정한 AttributeID를 가진 AggregationAttribute을 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다.

IndexOf(AggregationAttribute)

지정된 AggregationAttribute를 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다.

public int IndexOf (Microsoft.AnalysisServices.AggregationAttribute item);
override this.IndexOf : Microsoft.AnalysisServices.AggregationAttribute -> int
Public Function IndexOf (item As AggregationAttribute) As Integer

매개 변수

item
AggregationAttribute

컬렉션에서 찾을 AggregationAttribute입니다.

반환

컬렉션에서 AggregationAttribute를 찾은 경우 해당 항목의 인덱스(0부터 시작)이고, 그렇지 않은 경우 -1입니다.

적용 대상

IndexOf(String)

지정한 AttributeID를 가진 AggregationAttribute을 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다.

public int IndexOf (string attributeId);
override this.IndexOf : string -> int
Public Function IndexOf (attributeId As String) As Integer

매개 변수

attributeId
String

컬렉션에서 찾을 AggregationAttribute의 AttributeID입니다.

반환

컬렉션에서 AggregationAttribute를 찾은 경우 해당 항목의 인덱스(0부터 시작)이고, 그렇지 않은 경우 -1입니다.

적용 대상