Méthode ModelComponentCollection.IList.RemoveAt

Removes the item at the specified index.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

  • index
    Type : System.Int32
    The zero-based index of the item to remove.

Implémente

IList.RemoveAt(Int32)

Voir aussi

Référence

ModelComponentCollection Classe

Espace de noms Microsoft.AnalysisServices