Remove Método (Perspective)
Removes the specified Perspective from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
item As Perspective _
)
'Uso
Dim instance As PerspectiveCollection
Dim item As Perspective
instance.Remove(item)
public void Remove(
Perspective item
)
public:
void Remove(
Perspective^ item
)
member Remove :
item:Perspective -> unit
public function Remove(
item : Perspective
)
Parámetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .Perspective
The Perspective to remove.
Excepciones
Excepción | Condición |
---|---|
ItemNotFoundException | item does not exist in the collection. |