AttributeTranslationCollection.IndexOf(AttributeTranslation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋指定的 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。