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