共用方式為


MeasureGroupAttributeCollection.IndexOf 方法

定義

多載

IndexOf(MeasureGroupAttribute)

搜尋指定的 MeasureGroupAttribute,並傳回其在集合中以零起始的索引。

IndexOf(String)

搜尋具有指定 AttributeID 的 MeasureGroupAttribute,並傳回在集合內其以零為起始的索引。

IndexOf(MeasureGroupAttribute)

搜尋指定的 MeasureGroupAttribute,並傳回其在集合中以零起始的索引。

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 在集合中以零起始的索引;否則為 -1。

適用於

IndexOf(String)

搜尋具有指定 AttributeID 的 MeasureGroupAttribute,並傳回在集合內其以零為起始的索引。

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

參數

attributeId
String

要在集合中找出之 MeasureGroupAttribute 的 AttributeID。

傳回

如果找到,則為 MeasureGroupAttribute 在集合中以零起始的索引;否則為 -1。

適用於