QueryNotificationCollection.Remove Yöntemi
Belirtilen kaldırır QueryNotification dan koleksiyon.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Sub Remove ( _
item As QueryNotification _
)
'Kullanım
Dim instance As QueryNotificationCollection
Dim item As QueryNotification
instance.Remove(item)
public void Remove(
QueryNotification item
)
public:
void Remove(
QueryNotification^ item
)
member Remove :
item:QueryNotification -> unit
public function Remove(
item : QueryNotification
)
Parametreler
- item
Tür: Microsoft.AnalysisServices.QueryNotification
QueryNotification Kaldır.
Kural dışı durumlar
Özel durum | Koşul |
---|---|
ItemNotFoundException | itemiçinde yok koleksiyon. |