Méthode AdomdParameterCollection.IList.Insert
Insère un élément dans AdomdParameterCollection à l'index spécifié.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Private Sub Insert ( _
nIndex As Integer, _
pObj As Object _
) Implements IList.Insert
'Utilisation
Dim instance As AdomdParameterCollection
Dim nIndex As Integer
Dim pObj As Object
CType(instance, IList).Insert(nIndex, _
pObj)
void IList.Insert(
int nIndex,
Object pObj
)
private:
virtual void Insert(
int nIndex,
Object^ pObj
) sealed = IList::Insert
private abstract Insert :
nIndex:int *
pObj:Object -> unit
private override Insert :
nIndex:int *
pObj: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
- nIndex
Type : Int32
Index de base zéro au niveau duquel l'objet AdomdParameter doit être inséré.
- pObj
Type : Object
Objet AdomdParameter à insérer dans la collection.
Implémente
IListInsert(Int32, Object)