次の方法で共有


MeasureGroupAttributeCollection.IndexOf メソッド

定義

オーバーロード

IndexOf(MeasureGroupAttribute)

指定した MeasureGroupAttribute を検索し、コレクション内で見つかった場合はその 0 から始まるインデックスを返します。

IndexOf(String)

指定した AttributeID を持つ MeasureGroupAttribute を検索し、コレクション内で見つかった場合はその 0 から始まるインデックスを返します。

IndexOf(MeasureGroupAttribute)

指定した MeasureGroupAttribute を検索し、コレクション内で見つかった場合はその 0 から始まるインデックスを返します。

public int IndexOf (Microsoft.AnalysisServices.MeasureGroupAttribute item);
override this.IndexOf : Microsoft.AnalysisServices.MeasureGroupAttribute -> int
Public Function IndexOf (item As MeasureGroupAttribute) As Integer

パラメーター

item
MeasureGroupAttribute

コレクション内で検索する MeasureGroupAttribute

戻り値

コレクション内で見つかった場合は MeasureGroupAttribute の 0 から始まるインデックス、それ以外の場合は -1 です。

適用対象

IndexOf(String)

指定した AttributeID を持つ MeasureGroupAttribute を検索し、コレクション内で見つかった場合はその 0 から始まるインデックスを返します。

public int IndexOf (string attributeId);
override this.IndexOf : string -> int
Public Function IndexOf (attributeId As String) As Integer

パラメーター

attributeId
String

コレクション内で検索する MeasureGroupAttribute の AttributeID です。

戻り値

コレクション内で見つかった場合は MeasureGroupAttribute の 0 から始まるインデックス、それ以外の場合は -1 です。

適用対象