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