AggregationAttributeCollection.IndexOf 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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입니다.