DataItemCollection.IndexOf(DataItem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋指定的 DataItem,並傳回其在集合中以零起始的索引。
public int IndexOf (Microsoft.AnalysisServices.DataItem item);
member this.IndexOf : Microsoft.AnalysisServices.DataItem -> int
Public Function IndexOf (item As DataItem) As Integer
參數
傳回
若找到,則為 DataItem 在集合中以零起始的索引;否則為 -1。
適用於