Contains-Methode
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
Parameter
- item
Typ: Microsoft.AnalysisServices. . :: . .TableNotification
The TableNotification to locate.
Rückgabewert
Typ: System. . :: . .Boolean
true if the TableNotification exists in the collection; otherwise, false.