QueryNotificationCollection.Contains(QueryNotification) Method

Definition

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.

Applies to