Método Remove (PerspectiveMeasure)
Removes the specified PerspectiveMeasure from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveMeasure
The PerspectiveMeasure to remove.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item does not exist in the collection. |
Consulte também