Méthode PerspectiveCollection.Remove (Perspective)
Removes the specified Perspective from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As Perspective _
)
'Utilisation
Dim instance As PerspectiveCollection
Dim item As Perspective
instance.Remove(item)
public void Remove(
Perspective item
)
public:
void Remove(
Perspective^ item
)
member Remove :
item:Perspective -> unit
public function Remove(
item : Perspective
)
Paramètres
- item
Type : Microsoft.AnalysisServices.Perspective
The Perspective to remove.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item does not exist in the collection. |