次の方法で共有


ModelComponentCollection.IndexOf メソッド (IModelComponent)

指定したアイテムを検索し、コレクション内で見つかったアイテムの 0 から始まるインデックスを返します。

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

構文

'宣言
Protected Function IndexOf ( _
    item As IModelComponent _
) As Integer
'使用
Dim item As IModelComponent 
Dim returnValue As Integer 

returnValue = Me.IndexOf(item)
protected int IndexOf(
    IModelComponent item
)
protected:
int IndexOf(
    IModelComponent^ item
)
member IndexOf : 
        item:IModelComponent -> int
protected function IndexOf(
    item : IModelComponent
) : int

パラメーター

戻り値

型: System.Int32
コレクション内で見つかった場合はアイテムの 0 から始まるインデックス、見つからない場合は -1 です。

関連項目

参照

ModelComponentCollection クラス

IndexOf オーバーロード

Microsoft.AnalysisServices 名前空間