PerspectiveMeasureCollection.IndexOf 메서드

정의

오버로드

IndexOf(PerspectiveMeasure)

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

IndexOf(String)

지정된 MeasureID가 있는 PerspectiveMeasure를 검색하고 컬렉션에 있는 이 항목의 0 기반 인덱스를 반환합니다.

IndexOf(PerspectiveMeasure)

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

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

매개 변수

item
PerspectiveMeasure

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

반환

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

적용 대상

IndexOf(String)

지정된 MeasureID가 있는 PerspectiveMeasure를 검색하고 컬렉션에 있는 이 항목의 0 기반 인덱스를 반환합니다.

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

매개 변수

measureId
String

컬렉션에서 찾을 PerspectiveMeasure의 MeasureID입니다.

반환

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

적용 대상