Compartir a través de


Remove Método (PerspectiveMeasureGroup)

Removes the specified PerspectiveMeasureGroup from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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
)

Excepciones

Excepción Condición
ItemNotFoundException

item does not exist in the collection.