TableNotificationCollection.Contains Method

Indicates whether the collection contains a specified TableNotification.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public bool Contains(
    TableNotification item
)

Parameters

Return Value

Type: System.Boolean
true if the TableNotification exists in the collection; otherwise, false.

See Also

Reference

TableNotificationCollection Class

Microsoft.AnalysisServices Namespace