Metoda PerspectiveMeasureGroupCollection.Remove (PerspectiveMeasureGroup)
Usuwa określony PerspectiveMeasureGroup z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
item As PerspectiveMeasureGroup _
)
'Użycie
Dim instance As PerspectiveMeasureGroupCollection
Dim item As PerspectiveMeasureGroup
instance.Remove(item)
public void Remove(
PerspectiveMeasureGroup item
)
public:
void Remove(
PerspectiveMeasureGroup^ item
)
member Remove :
item:PerspectiveMeasureGroup -> unit
public function Remove(
item : PerspectiveMeasureGroup
)
Parametry
- item
Typ: Microsoft.AnalysisServices.PerspectiveMeasureGroup
PerspectiveMeasureGroup Do usunięcia.
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | itemnie istnieje kolekcja. |
Zobacz także