Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether the specified QueryNotification is in the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
item As QueryNotification _
) As Boolean
'Utilisation
Dim instance As QueryNotificationCollection
Dim item As QueryNotification
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
QueryNotification item
)
public:
bool Contains(
QueryNotification^ item
)
member Contains :
item:QueryNotification -> bool
public function Contains(
item : QueryNotification
) : boolean
Paramètres
- item
Type : Microsoft.AnalysisServices.QueryNotification
The QueryNotification to verify if it’s in the collection.
Valeur de retour
Type : System.Boolean
true if the QueryNotification exists in the collection; otherwise, false.