Поделиться через


Метод Remove

Removes the specified QueryNotification from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    item As QueryNotification _
)
'Применение
Dim instance As QueryNotificationCollection
Dim item As QueryNotification

instance.Remove(item)
public void Remove(
    QueryNotification item
)
public:
void Remove(
    QueryNotification^ item
)
member Remove : 
        item:QueryNotification -> unit 
public function Remove(
    item : QueryNotification
)

Параметры

Исключения

Исключение Условие
ItemNotFoundException

item does not exist in the collection.