TableNotificationCollection.Remove Method

Removes the specified TableNotification from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public void Remove(
    TableNotification item
)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item does not exist in the collection.

See Also

Reference

TableNotificationCollection Class

Microsoft.AnalysisServices Namespace