Compartilhar via


Método AggregationAttributeCollection.Remove (AggregationAttribute)

Removes the specified AggregationAttribute from the collection.

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

Sintaxe

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

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

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

AggregationAttributeCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices