Méthode AssemblyCollection.Remove (Assembly)
Removes the specified Assembly from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As Assembly _
)
'Utilisation
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
)
Paramètres
- item
Type : Microsoft.AnalysisServices.Assembly
The Assembly to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |