AssemblyCollection.Find(String) 메서드

정의

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

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

매개 변수

id
String

찾을 Assembly의 식별자입니다.

반환

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

적용 대상