ModelComponentCollection.IList.Item 속성

Gets or sets the element at the specified index.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Private Property Item ( _
    index As Integer _
) As Object Implements IList.Item 
    Get 
    Set
‘사용 방법
Dim instance As ModelComponentCollection 
Dim index As Integer 
Dim value As Object 

value = CType(instance, IList).Item(index)

CType(instance, IList).Item(index) = value
Object IList.this[
    int index
] { get; set; }
private:
virtual property Object^ Item[int index] {
    Object^ get (int index) sealed = IList::Item::get;
    void set (int index, Object^ value) sealed = IList::Item::set;
}
private abstract Item : Object with get, set 
private override Item : Object with get, set
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • index
    유형: System.Int32
    The zero-based index of the element to get or set.

속성 값

유형: System.Object
The element at the specified index.

구현

IList.Item[Int32]

참고 항목

참조

ModelComponentCollection 클래스

Microsoft.AnalysisServices 네임스페이스