次の方法で共有


MeasureGroupAttributeCollection.IndexOf メソッド (String)

指定した属性識別子を持つ MeasureGroupAttribute を検索し、コレクション内で見つかったオブジェクトの 0 から始まるインデックスを返します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function IndexOf ( _
    attributeId As String _
) As Integer
'使用
Dim instance As MeasureGroupAttributeCollection 
Dim attributeId As String 
Dim returnValue As Integer 

returnValue = instance.IndexOf(attributeId)
public int IndexOf(
    string attributeId
)
public:
int IndexOf(
    String^ attributeId
)
member IndexOf : 
        attributeId:string -> int
public function IndexOf(
    attributeId : String
) : int

パラメーター

戻り値

型: System.Int32
コレクション内で見つかった場合は MeasureGroupAttribute の 0 から始まるインデックス、見つからない場合は -1 です。

関連項目

参照

MeasureGroupAttributeCollection クラス

IndexOf オーバーロード

Microsoft.AnalysisServices 名前空間