ActionCollection.Item[] 속성

정의

오버로드

Item[Int32]

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

Item[String]

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

Item[Int32]

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

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

매개 변수

index
Int32

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

속성 값

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

예외

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

적용 대상

Item[String]

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

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

매개 변수

id
String

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

속성 값

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

예외

컬렉션에 지정한 식별자가 있는 Action가 없습니다.

적용 대상