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