DatabaseCollection.Find(String) 메서드

정의

컬렉션에서 지정된 식별자를 가진 Database을 가져옵니다.

public Microsoft.AnalysisServices.Database Find (string id);
member this.Find : string -> Microsoft.AnalysisServices.Database
Public Function Find (id As String) As Database

매개 변수

id
String

찾을 Database의 식별자입니다.

반환

컬렉션에 있으면 지정된 식별자가 있는 Database이고, 그렇지 않으면 null 참조(Visual Basic의 경우 Nothing)입니다.

적용 대상