TableNotificationCollection.Remove Method (TableNotification)

 

Applies To: SQL Server 2016 Preview

Removes the specified TableNotification from the collection.

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

Syntax

public void Remove(
    TableNotification item
)
public:
void Remove(
    TableNotification^ item
)
member Remove : 
        item:TableNotification -> unit
Public Sub Remove (
    item As TableNotification
)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item does not exist in the collection.

See Also

TableNotificationCollection Class
Microsoft.AnalysisServices Namespace

Return to top