QueryNotificationCollection.Remove(QueryNotification) Method

Definition

Removes the specified QueryNotification from this collection.

public void Remove (Microsoft.AnalysisServices.QueryNotification item);
member this.Remove : Microsoft.AnalysisServices.QueryNotification -> unit
Public Sub Remove (item As QueryNotification)

Parameters

item
QueryNotification

The QueryNotification to remove.

Applies to