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