IndexOf メソッド (Level)
指定した Level のインデックスを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function IndexOf ( _
item As Level _
) As Integer
'使用
Dim instance As LevelCollection
Dim item As Level
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Level item
)
public:
int IndexOf(
Level^ item
)
member IndexOf :
item:Level -> int
public function IndexOf(
item : Level
) : int
パラメーター
- item
型: Microsoft.AnalysisServices. . :: . .Level
取得する Level です。
戻り値
型: System. . :: . .Int32
オブジェクトが見つかった場合は Level の 0 から始まるインデックス、見つからない場合は -1 です。