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