Partager via


IList.Insert méthode

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans 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)