TableNotificationCollection.Contains Method
Indicates whether the collection contains a specified TableNotification.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As TableNotification _
) As Boolean
'Usage
Dim instance As TableNotificationCollection
Dim item As TableNotification
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
TableNotification item
)
public:
bool Contains(
TableNotification^ item
)
member Contains :
item:TableNotification -> bool
public function Contains(
item : TableNotification
) : boolean
Parameters
- item
Type: Microsoft.AnalysisServices.TableNotification
The TableNotification to locate.
Return Value
Type: System.Boolean
true if the TableNotification exists in the collection; otherwise, false.