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