Remove-Methode
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
)
Parameter
- item
Typ: Microsoft.AnalysisServices. . :: . .QueryNotification
The QueryNotification to remove.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ItemNotFoundException | item does not exist in the collection. |