Méthode AdomdParameterCollection.IList.Contains
Determines whether the AdomdParameterCollection contains a specific value.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Private Function Contains ( _
pObj As Object _
) As Boolean Implements IList.Contains
'Utilisation
Dim instance As AdomdParameterCollection
Dim pObj As Object
Dim returnValue As Boolean
returnValue = CType(instance, IList).Contains(pObj)
bool IList.Contains(
Object pObj
)
private:
virtual bool Contains(
Object^ pObj
) sealed = IList::Contains
private abstract Contains :
pObj:Object -> bool
private override Contains :
pObj:Object -> bool
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 : System.Object
The AdomdParameter object to locate in the collection.
Valeur de retour
Type : System.Boolean
true if the AdomdParameter object is found in the collection; otherwise, false.