Метод TableNotificationCollection.Contains
Indicates whether the collection contains a specified TableNotification.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
item As TableNotification _
) As Boolean
'Применение
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
Параметры
- item
Тип: Microsoft.AnalysisServices.TableNotification
The TableNotification to locate.
Возвращаемое значение
Тип: System.Boolean
true if the TableNotification exists in the collection; otherwise, false.