AttributeTranslationCollection.IndexOf(AttributeTranslation) 方法

定义

在集合中搜索指定的 AttributeTranslation,并返回其从零开始的索引。

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

参数

item
AttributeTranslation

要在集合中查找的 AttributeTranslation

返回

如果找到,则为集合中 AttributeTranslation 的从零开始的索引;否则为 -1。

适用于