TableNotificationCollection.Remove(TableNotification) Method

Definition

Removes the specified TableNotification from this collection.

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

Parameters

item
TableNotification

The TableNotification to remove.

Applies to