Partager via


Méthode AdomdParameterCollection.IList.Remove

Removes the first occurrence of the AdomdParameter object from the collection.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Private Sub Remove ( _
    pObj As Object _
) Implements IList.Remove
'Utilisation
Dim instance As AdomdParameterCollection 
Dim pObj As Object 

CType(instance, IList).Remove(pObj)
void IList.Remove(
    Object pObj
)
private:
virtual void Remove(
    Object^ pObj
) sealed = IList::Remove
private abstract Remove : 
        pObj:Object -> unit  
private override Remove : 
        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.Remove(Object)

Voir aussi

Référence

AdomdParameterCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer