PerspectiveAttributeCollection.Item[] 속성

정의

오버로드

Item[String]

컬렉션에서 지정된 AttributeID가 있는 PerspectiveAttribute를 가져옵니다.

Item[Int32]

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

Item[String]

컬렉션에서 지정된 AttributeID가 있는 PerspectiveAttribute를 가져옵니다.

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

매개 변수

attributeId
String

반환할 PerspectiveAttribute의 AttributeID입니다.

속성 값

지정한 AttributeID를 가진 PerspectiveAttribute입니다.

예외

컬렉션에 지정된 AttributeID가 있는 PerspectiveAttribute가 없습니다.

적용 대상

Item[Int32]

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

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

매개 변수

index
Int32

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

속성 값

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

예외

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

적용 대상