ModelComponentCollection.IndexOf メソッド (String)
ModelComponentCollection において指定したキーを持つ IModelComponent の最初の発生の、0 から始まるインデックスを返します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Function IndexOf ( _
key As String _
) As Integer
'使用
Dim key As String
Dim returnValue As Integer
returnValue = Me.IndexOf(key)
protected int IndexOf(
string key
)
protected:
int IndexOf(
String^ key
)
member IndexOf :
key:string -> int
protected function IndexOf(
key : String
) : int
パラメーター
- key
型: System.String
検索する IModelComponent のキーです。
戻り値
型: System.Int32
ModelComponentCollection で key が見つかった場合は最初の発生の 0 から始まるインデックス、見つからない場合は -1 です。