Método QueryNotificationCollection.Remove
Removes the specified QueryNotification from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
item As QueryNotification _
)
'Uso
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
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices.QueryNotification
The QueryNotification to remove.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item does not exist in the collection. |