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