Compartir a través de


Remove Método

Removes the specified TableNotification from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    item As TableNotification _
)
'Uso
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
)

Excepciones

Excepción Condición
ItemNotFoundException

item does not exist in the collection.