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