Méthode Contains (Level)
Indicates whether the collection contains a specified Level.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
item As Level _
) As Boolean
'Utilisation
Dim instance As LevelCollection
Dim item As Level
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
Level item
)
public:
bool Contains(
Level^ item
)
member Contains :
item:Level -> bool
public function Contains(
item : Level
) : boolean
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .Level
The Level to be located.
Valeur de retour
Type : System. . :: . .Boolean
true if the Level is contained in the collection; otherwise, false.
Voir aussi