Méthode ModelComponentCollection.IList.Insert
Inserts an item to the collection at the specified index.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Private Sub Insert ( _
index As Integer, _
value As Object _
) Implements IList.Insert
'Utilisation
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 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 at which value should be inserted.
- value
Type : System.Object
The object to insert into the collection.