TraceCollection.Item[] 속성

정의

오버로드

Item[Int32]

컬렉션에서 지정된 인덱스에 있는 Trace를 가져옵니다.

Item[String]

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

Item[Int32]

컬렉션에서 지정된 인덱스에 있는 Trace를 가져옵니다.

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

매개 변수

index
Int32

반환할 Trace의 인덱스(0부터 시작)입니다.

속성 값

지정한 인덱스에 있는 Trace입니다.

예외

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

적용 대상

Item[String]

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

public Microsoft.AnalysisServices.Trace this[string id] { get; }
member this.Item(string) : Microsoft.AnalysisServices.Trace
Default Public ReadOnly Property Item(id As String) As Trace

매개 변수

id
String

반환할 Trace의 식별자입니다.

속성 값

Trace 지정된 식별자가 있는 입니다.

예외

컬렉션은 지정된 식별자를 가진 Trace을 포함하지 않습니다.

적용 대상