Freigeben über


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

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

item does not exist in the collection.

Siehe auch

Verweis

QueryNotificationCollection Klasse

Microsoft.AnalysisServices-Namespace