PerspectiveKpiCollection.IndexOf メソッド (PerspectiveKpi)

指定した PerspectiveKpi のインデックスを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function IndexOf ( _
    item As PerspectiveKpi _
) As Integer
'使用
Dim instance As PerspectiveKpiCollection 
Dim item As PerspectiveKpi 
Dim returnValue As Integer 

returnValue = instance.IndexOf(item)
public int IndexOf(
    PerspectiveKpi item
)
public:
int IndexOf(
    PerspectiveKpi^ item
)
member IndexOf : 
        item:PerspectiveKpi -> int
public function IndexOf(
    item : PerspectiveKpi
) : int

パラメーター

戻り値

型: System.Int32
オブジェクトが見つかった場合は PerspectiveKpi の 0 から始まるインデックス、見つからない場合は -1 です。

関連項目

参照

PerspectiveKpiCollection クラス

IndexOf オーバーロード

Microsoft.AnalysisServices 名前空間