Método TableNotificationCollection.Remove
Removes the specified TableNotification from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices.TableNotification
The TableNotification to remove.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item does not exist in the collection. |