QueryNotificationCollection.Contains(QueryNotification) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified QueryNotification exists in the collection.
public bool Contains (Microsoft.AnalysisServices.QueryNotification item);
member this.Contains : Microsoft.AnalysisServices.QueryNotification -> bool
Public Function Contains (item As QueryNotification) As Boolean
Parameters
- item
- QueryNotification
The QueryNotification whose existence is checked.
Returns
True, if the specified QueryNotification is found in the collection; otherwise, false.