ModelComponentCollection.IndexOf 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IndexOf(IModelComponent) |
搜尋指定的項目,並傳回在集合內其以零為基底的索引。 |
IndexOf(String) |
傳回有指定之索引鍵的 IModelComponent 在 ModelComponentCollection 中第一次出現的以零為基底的索引。 |
IndexOf(IModelComponent)
搜尋指定的項目,並傳回在集合內其以零為基底的索引。
protected int IndexOf (Microsoft.AnalysisServices.IModelComponent item);
member this.IndexOf : Microsoft.AnalysisServices.IModelComponent -> int
Protected Function IndexOf (item As IModelComponent) As Integer
參數
- item
- IModelComponent
要找出的項目。
傳回
如果找到,則為項目在集合中以零為基底的索引,否則為 -1。
適用於
IndexOf(String)
傳回有指定之索引鍵的 IModelComponent 在 ModelComponentCollection 中第一次出現的以零為基底的索引。
protected int IndexOf (string key);
member this.IndexOf : string -> int
Protected Function IndexOf (key As String) As Integer
參數
- key
- String
要找出之 IModelComponent 的索引鍵。
傳回
如果有找到,則為 ModelComponentCollection 中索引鍵第一次出現的以零為基底的索引;否則為 -1。