Méthode AdomdParameterCollection.IList.Add
Ajoute un élément à AdomdParameterCollection.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Private Function Add ( _
pObj As Object _
) As Integer Implements IList.Add
'Utilisation
Dim instance As AdomdParameterCollection
Dim pObj As Object
Dim returnValue As Integer
returnValue = CType(instance, IList).Add(pObj)
int IList.Add(
Object pObj
)
private:
virtual int Add(
Object^ pObj
) sealed = IList::Add
private abstract Add :
pObj:Object -> int
private override Add :
pObj:Object -> int
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
- pObj
Type : Object
Objet AdomdParameter à ajouter à la collection.
Valeur de retour
Type : Int32
Position à laquelle le nouvel élément a été inséré ou -1 pour indiquer que l'élément n'a pas été inséré dans la collection.
Implémente
IListAdd(Object)