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
- nIndex
Type : System.Int32
The zero-based index at which the AdomdParameter object should be inserted.
- pObj
Type : System.Object
The AdomdParameter object to insert in the collection.