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