Partager via


Méthode AdomdParameterCollection.IList.Insert

Inserts an item to the AdomdParameterCollection at the specified index.

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

Implémente

IList.Insert(Int32, Object)

Voir aussi

Référence

AdomdParameterCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer