Udostępnij za pośrednictwem


Metoda ModelComponentCollection.IList.RemoveAt

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
'Użycie
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 
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Parametry

Implementacje

IList.RemoveAt(Int32)