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