Metodo Remove
Removes the specified QueryNotification from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
item As QueryNotification _
)
'Utilizzo
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
)
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .QueryNotification
The QueryNotification to remove.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | item does not exist in the collection. |
Vedere anche