Share via


TraceCollection.Find(String) 메서드

정의

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

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

매개 변수

id
String

찾을 Trace의 식별자입니다.

반환

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

적용 대상