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