Metoda TableNotificationCollection.Remove
Usuwa określony TableNotification z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
item As TableNotification _
)
'Użycie
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
)
Parametry
- item
Typ: Microsoft.AnalysisServices.TableNotification
TableNotification Do usunięcia.
Wyjątki
| Wyjątek | Warunek |
|---|---|
| ItemNotFoundException | itemnie istnieje kolekcja. |