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