共用方式為


PerspectiveKpiCollection.IndexOf 方法

定義

多載

IndexOf(PerspectiveKpi)

搜尋指定的 PerspectiveKpi,並傳回其在集合中以零起始的索引。

IndexOf(String)

搜尋具有指定 KpiID 的 PerspectiveKpi,並傳回其在集合中以零起始的索引。

IndexOf(PerspectiveKpi)

搜尋指定的 PerspectiveKpi,並傳回其在集合中以零起始的索引。

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 在集合中以零起始的索引;否則為 -1。

適用於

IndexOf(String)

搜尋具有指定 KpiID 的 PerspectiveKpi,並傳回其在集合中以零起始的索引。

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

參數

id
String

要在集合中找出之 PerspectiveKpi 的 KpiID 。

傳回

如果找到,則為 PerspectiveKpi 在集合中以零起始的索引;否則為 -1。

適用於