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