Condividi tramite


Metodo TableNotificationCollection.Remove

Removes the specified TableNotification from the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    item As TableNotification _
)
'Utilizzo
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
)

Parametri

Eccezioni

Eccezione Condizione
ItemNotFoundException

item does not exist in the collection.

Vedere anche

Riferimento

TableNotificationCollection Classe

Spazio dei nomi Microsoft.AnalysisServices