RestoreLocationCollection.IndexOf(RestoreLocation) 메서드

정의

지정한 RestoreLocation를 검색하고 컬렉션 내에서 해당 인덱스(0부터 시작)를 반환합니다.

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

매개 변수

item
RestoreLocation

찾을 RestoreLocation입니다.

반환

컬렉션에서 RestoreLocation를 찾은 경우 해당 항목의 인덱스(0부터 시작)이고, 그렇지 않은 경우 -1입니다.

적용 대상