Compartir a través de


Remove Método (PerspectiveMeasure)

Removes the specified PerspectiveMeasure from the collection.

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

Sintaxis

'Declaración
Public Sub Remove ( _
    item As PerspectiveMeasure _
)
'Uso
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
)

Excepciones

Excepción Condición
ItemNotFoundException

item does not exist in the collection.