PerspectiveCollection.Item[] 속성

정의

오버로드

Item[Int32]

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

Item[String]

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

Item[Int32]

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

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

매개 변수

index
Int32

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

속성 값

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

예외

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

적용 대상

Item[String]

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

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

매개 변수

id
String

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

속성 값

Perspective 지정된 식별자를 가진 입니다.

예외

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

적용 대상