ModelComponentCollection.IList.Insert 메서드
Inserts an item to the collection at the specified index.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Private Sub Insert ( _
index As Integer, _
value As Object _
) Implements IList.Insert
‘사용 방법
Dim instance As ModelComponentCollection
Dim index As Integer
Dim value As Object
CType(instance, IList).Insert(index, _
value)
void IList.Insert(
int index,
Object value
)
private:
virtual void Insert(
int index,
Object^ value
) sealed = IList::Insert
private abstract Insert :
index:int *
value:Object -> unit
private override Insert :
index:int *
value:Object -> unit
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- index
유형: System.Int32
The zero-based index at which value should be inserted.
- value
유형: System.Object
The object to insert into the collection.