TableNotificationCollection.Item[Int32] 속성

정의

지정된 인덱스에 있는 TableNotification 요소를 가져오거나 설정합니다.

public Microsoft.AnalysisServices.TableNotification this[int index] { get; set; }
member this.Item(int) : Microsoft.AnalysisServices.TableNotification with get, set
Default Public Property Item(index As Integer) As TableNotification

매개 변수

index
Int32

가져오거나 설정할 요소의 인덱스(0부터 시작)입니다.

속성 값

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

예외

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

지정된 값은 null 참조(Visual Basic의 경우 Nothing)입니다.

적용 대상