TableNotificationCollection.Contains(TableNotification) Method

Definition

Determines whether the specified TableNotification exists in the collection.

public bool Contains (Microsoft.AnalysisServices.TableNotification item);
member this.Contains : Microsoft.AnalysisServices.TableNotification -> bool
Public Function Contains (item As TableNotification) As Boolean

Parameters

item
TableNotification

The TableNotification whose existence is checked.

Returns

True, if the specified TableNotification is found in the collection; otherwise, false.

Applies to