Compartilhar via


Método PerspectiveAttributeCollection.Remove (PerspectiveAttribute)

Removes the specified PerspectiveAttribute from the collection.

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

Sintaxe

'Declaração
Public Sub Remove ( _
    item As PerspectiveAttribute _
)
'Uso
Dim instance As PerspectiveAttributeCollection 
Dim item As PerspectiveAttribute

instance.Remove(item)
public void Remove(
    PerspectiveAttribute item
)
public:
void Remove(
    PerspectiveAttribute^ item
)
member Remove : 
        item:PerspectiveAttribute -> unit
public function Remove(
    item : PerspectiveAttribute
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item does not existin the collection.

Consulte também

Referência

PerspectiveAttributeCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices