Metoda PerspectiveMeasureCollection.Remove (PerspectiveMeasure)
Usuwa określony PerspectiveMeasure z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
item As PerspectiveMeasure _
)
'Użycie
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
)
Parametry
- item
Typ: Microsoft.AnalysisServices.PerspectiveMeasure
PerspectiveMeasure Do usunięcia.
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | itemnie istnieje kolekcja. |
Zobacz także