Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Removes the specified AggregationDesign from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
item As AggregationDesign _
)
'Uso
Dim instance As AggregationDesignCollection
Dim item As AggregationDesign
instance.Remove(item)
public void Remove(
AggregationDesign item
)
public:
void Remove(
AggregationDesign^ item
)
member Remove :
item:AggregationDesign -> unit
public function Remove(
item : AggregationDesign
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign to be removed.
Exceções
| Exceção | Condição |
|---|---|
| ItemNotFoundException | item is not contained by the collection. |