Compartilhar via


Método Remove (PerspectiveMeasureGroup)

Removes the specified PerspectiveMeasureGroup from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    item As PerspectiveMeasureGroup _
)
'Uso
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
)

Exceções

Exceção Condição
ItemNotFoundException

item does not exist in the collection.