Método AggregationCollection.Remove (Aggregation)
Removes the specified Aggregation from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
item As Aggregation _
)
'Uso
Dim instance As AggregationCollection
Dim item As Aggregation
instance.Remove(item)
public void Remove(
Aggregation item
)
public:
void Remove(
Aggregation^ item
)
member Remove :
item:Aggregation -> unit
public function Remove(
item : Aggregation
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices.Aggregation
The Aggregation to be removed.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item is not contained by the collection. |