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