Partager via


Méthode Remove

Removes the specified TableNotification from the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As TableNotification _
)
'Utilisation
Dim instance As TableNotificationCollection
Dim item As TableNotification

instance.Remove(item)
public void Remove(
    TableNotification item
)
public:
void Remove(
    TableNotification^ item
)
member Remove : 
        item:TableNotification -> unit 
public function Remove(
    item : TableNotification
)

Exceptions

Exception Condition
ItemNotFoundException

item does not exist in the collection.