PerspectiveKpiCollection.IndexOf 메서드

정의

오버로드

IndexOf(PerspectiveKpi)

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

IndexOf(String)

지정된 KpiID를 포함하는 PerspectiveKpi를 검색하고 컬렉션에 있는 이 항목의 인덱스(0부터 시작)를 반환합니다.

IndexOf(PerspectiveKpi)

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

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

매개 변수

item
PerspectiveKpi

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

반환

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

적용 대상

IndexOf(String)

지정된 KpiID를 포함하는 PerspectiveKpi를 검색하고 컬렉션에 있는 이 항목의 인덱스(0부터 시작)를 반환합니다.

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

매개 변수

id
String

컬렉션에서 찾을 PerspectiveKpi의 KpiID입니다.

반환

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

적용 대상