AssemblyCollection.Remove-Methode (Assembly)
Removes the specified Assembly from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As Assembly _
)
'Usage
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
)
Parameter
- item
Typ: Microsoft.AnalysisServices.Assembly
The Assembly to be removed.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ItemNotFoundException | item is not contained by the collection. |