Méthode ModelComponentCollection.Contains (IModelComponent)
Determines whether the specified item is in the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected Function Contains ( _
item As IModelComponent _
) As Boolean
'Utilisation
Dim item As IModelComponent
Dim returnValue As Boolean
returnValue = Me.Contains(item)
protected bool Contains(
IModelComponent item
)
protected:
bool Contains(
IModelComponent^ item
)
member Contains :
item:IModelComponent -> bool
protected function Contains(
item : IModelComponent
) : boolean
Paramètres
- item
Type : Microsoft.AnalysisServices.IModelComponent
The item to verify if it’s in the collection.
Valeur de retour
Type : System.Boolean
true if the specified item is found in the collection; otherwise, false.