Freigeben über


IList.RemoveAt-Methode

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Implementiert

IList. . :: . .RemoveAt(Int32)