다음을 통해 공유


TraceEventCollection.Item[] 속성

정의

오버로드

Item[TraceEventClass]

지정된 EventID를 포함하는 TraceEvent를 가져옵니다.

Item[Int32]

지정된 인덱스에 있는 TraceEvent 요소를 가져옵니다.

Item[TraceEventClass]

지정된 EventID를 포함하는 TraceEvent를 가져옵니다.

public Microsoft.AnalysisServices.Tabular.TraceEvent this[Microsoft.AnalysisServices.TraceEventClass eventId] { get; }
member this.Item(Microsoft.AnalysisServices.TraceEventClass) : Microsoft.AnalysisServices.Tabular.TraceEvent
Default Public ReadOnly Property Item(eventId As TraceEventClass) As TraceEvent

매개 변수

eventId
TraceEventClass

가져올 요소의 EventId입니다.

속성 값

TraceEvent 지정된 EventID를 가진 요소입니다.

예외

지정된 EventID를 포함하는 요소가 컬렉션에 없습니다.

적용 대상

Item[Int32]

지정된 인덱스에 있는 TraceEvent 요소를 가져옵니다.

public Microsoft.AnalysisServices.Tabular.TraceEvent this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.Tabular.TraceEvent
Default Public ReadOnly Property Item(index As Integer) As TraceEvent

매개 변수

index
Int32

가져올 요소의 0부터 시작하는 인덱스입니다.

속성 값

지정된 인덱스에 있는 TraceEvent 요소입니다.

예외

지정된 인덱스는 유효한 값이 아닙니다(0보다 작거나 총 요소 수보다 큼).

적용 대상