QueryNotificationCollection.Remove Method
Removes the specified QueryNotification from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As QueryNotification _
)
'Usage
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
)
Parameters
- item
Type: Microsoft.AnalysisServices.QueryNotification
The QueryNotification to remove.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item does not exist in the collection. |