IList.RemoveAt 메서드
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Private Sub RemoveAt ( _
index As Integer _
) Implements IList.RemoveAt
‘사용 방법
Dim instance As ModelComponentCollection
Dim index As Integer
CType(instance, IList).RemoveAt(index)
void IList.RemoveAt(
int index
)
private:
virtual void RemoveAt(
int index
) sealed = IList::RemoveAt
private abstract RemoveAt :
index:int -> unit
private override RemoveAt :
index:int -> unit
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- index
유형: System. . :: . .Int32