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