Condividi tramite


Metodo QueryNotificationCollection.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

Eccezioni

Eccezione Condizione
ItemNotFoundException

item does not exist in the collection.

Vedere anche

Riferimento

QueryNotificationCollection Classe

Spazio dei nomi Microsoft.AnalysisServices